File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,18 @@ modules:
70
70
- install -Dm644 io.github.drhelius.Gearsystem.metainfo.xml -t /app/share/metainfo
71
71
subdir : platforms/flatpak
72
72
sources :
73
- # A reference to a specific commit is used whilst this is in development .
74
- # Ideally this will use either a release archive or a specific tag/commit
75
- # pair.
76
- # There is also an option to use a type of "dir" and a path of "../.." to
77
- # allow for builds from the current commit. This may be useful for
78
- # "master" or "nightly" builds, but this may require further exploration .
73
+ # This source allows for that Flatpak to be built from the current commit .
74
+ # This is not suitable for releases, but is useful for development builds.
75
+ # Ideally a tag/commit or archive would be preferred, but a stable
76
+ # instance does not exist until this is merged into a main branch and
77
+ # released. An example of what this would look like is shown below and is
78
+ # expected to be altered after a release of Gearsystem .
79
79
- type : dir
80
80
path : ../..
81
+ # - type: git
82
+ # url: https://github.com/drhelius/Gearsystem
83
+ # tag: 3.5.0 # WARNING: Does not not contain `platforms/flatpak`!
84
+ # commit: 8f817df87a46938c9da9aa9a15441b897a9d5726
81
85
- type : file
82
86
path : io.github.drhelius.Gearsystem.desktop
83
87
- type : file
You can’t perform that action at this time.
0 commit comments