Skip to content

Commit

Permalink
Update comments on Flatpak Manifest
Browse files Browse the repository at this point in the history
These comments are now more reflective of the current state of the
manifest, describing why there is a relative source and an ideal target
state.
  • Loading branch information
TomChapple committed Jun 11, 2024
1 parent cd6b223 commit 19bd77d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions platforms/flatpak/io.github.drhelius.Gearsystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,18 @@ modules:
- install -Dm644 io.github.drhelius.Gearsystem.metainfo.xml -t /app/share/metainfo
subdir: platforms/flatpak
sources:
# A reference to a specific commit is used whilst this is in development.
# Ideally this will use either a release archive or a specific tag/commit
# pair.
# There is also an option to use a type of "dir" and a path of "../.." to
# allow for builds from the current commit. This may be useful for
# "master" or "nightly" builds, but this may require further exploration.
# This source allows for that Flatpak to be built from the current commit.
# This is not suitable for releases, but is useful for development builds.
# Ideally a tag/commit or archive would be preferred, but a stable
# instance does not exist until this is merged into a main branch and
# released. An example of what this would look like is shown below and is
# expected to be altered after a release of Gearsystem.
- type: dir
path: ../..
# - type: git
# url: https://github.com/drhelius/Gearsystem
# tag: 3.5.0 # WARNING: Does not not contain `platforms/flatpak`!
# commit: 8f817df87a46938c9da9aa9a15441b897a9d5726
- type: file
path: io.github.drhelius.Gearsystem.desktop
- type: file
Expand Down

0 comments on commit 19bd77d

Please sign in to comment.