diff options
-rw-r--r-- | snap/client-wrapper.sh | 1 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/snap/client-wrapper.sh b/snap/client-wrapper.sh index 0170342..2b2119f 100644 --- a/snap/client-wrapper.sh +++ b/snap/client-wrapper.sh @@ -1,3 +1,4 @@ #!/bin/sh cd $SNAP/usr/share/hurrycurry $SNAP/bin/godot --main-pack $SNAP/usr/share/hurrycurry/client.pck + diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5e5bf7b..394ff84 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,8 +12,9 @@ description: | a restaurant and gain points by serving meals you've cooked. The game is completely free software, licenced AGPL 3.0 only. -grade: devel +grade: stable confinement: strict +adopt-info: metainfo layout: /usr/share/libdrm: @@ -113,7 +114,7 @@ parts: plugin: dump source: https://codeberg.org/hurrycurry/hurrycurry-dist-extra.git source-tag: v2.0.0 - parse-info: [org.godotengine.Godot.metainfo.xml] + parse-info: [org.metamuffin.hurrycurry.client.metainfo.xml] organize: "org.metamuffin.hurrycurry.client.desktop": "meta/gui/org.metamuffin.hurrycurry.client.desktop" prime: [meta/gui/org.metamuffin.hurrycurry.client.desktop] @@ -122,6 +123,7 @@ parts: plugin: nil after: [godot-editor] source: https://codeberg.org/hurrycurry/hurrycurry.git + source-tag: v2.0.0 stage-packages: - libglu1-mesa build-packages: [rustup] |