mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-04-28 02:34:33 +00:00
Auto stash before merge of "master" and "origin/master"
This commit is contained in:
parent
17a5ef65f7
commit
8264b13ba7
@ -3,7 +3,7 @@ Version=1.4
|
||||
Name=Hanoi Towers
|
||||
Comment=Hanoi Towers Game.
|
||||
Exec=hanoi-towers
|
||||
Icon=/snap/hanoi-towers/current/meta/gui/icon.png
|
||||
Icon=/snap/hanoi-tower/current/meta/gui/icon.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Games;Application;
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: hanoi
|
||||
name: hanoi-tower
|
||||
version: '1.4 test'
|
||||
summary: Hanoi Towers Game
|
||||
description: |
|
||||
@ -10,14 +10,14 @@ confinement: strict # use 'strict' once you have the right plugs and slots
|
||||
icon: source/res/icon.png
|
||||
|
||||
apps:
|
||||
hanoi:
|
||||
command: qt5-launch hanoi-towers
|
||||
hanoi-tower:
|
||||
command: qt5-launch hanoi-tower/bin/hanoi-towers
|
||||
# desktop: usr/share/applications/desc.desktop
|
||||
plugs: [desktop, home, opengl, x11, wayland]
|
||||
|
||||
|
||||
parts:
|
||||
hanoi:
|
||||
hanoi-tower:
|
||||
plugin: qmake
|
||||
source: source/
|
||||
build-packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user