4
0
mirror of https://github.com/QuasarApp/Hanoi-Towers.git synced 2025-05-10 16:39:33 +00:00
This commit is contained in:
Andrei Yankovich 2021-05-09 11:42:13 +03:00
parent 397fd4973a
commit 65e3fe0d2d
2 changed files with 7 additions and 4 deletions
snap
submodules

@ -14,9 +14,9 @@ icon: installer/config/logo.png
apps:
hanoi-tower:
command: desktop-launch $SNAP/HanoiTowers.sh
command: desktop-launch HanoiTowers.sh
plugs: [desktop, unity7, home, opengl, x11, wayland, gsettings]
plugs: [desktop, unity7, home, opengl, x11, wayland, gsettings]
parts:
@ -27,7 +27,10 @@ parts:
- libgssapi3-heimdal
- libldap-2.4-2
after: [libsgl, qtlib]
override-stage: |
snapcraftctl stage
chmod +x -R "$SNAPCRAFT_STAGE"
qtlib:
plugin: dump

@ -1 +1 @@
Subproject commit 8c2fc6c0a20fa9ffb99a7e393a57f2a956ac560d
Subproject commit 666415b5b3885d1ec1b61d3506411cb1f28d0af0