Corrected appimage generator, trying again to fix snapcraft.yaml

This commit is contained in:
Jammyjamjamman
2019-04-21 02:10:40 +01:00
parent 1306931cb8
commit 2757bf404d
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ echo
echo "Getting and installing data..."
../../linux/clone-data.sh
cmake -DCMAKE_INSTALL_PREFIX=/usr ../../linux/../data
cmake -DCMAKE_INSTALL_PREFIX=/usr ../../linux/build/data
make && make install DESTDIR=../Glest
cd ..
rm -rf build
@@ -45,4 +45,4 @@ chmod +x linuxdeploy-x86_64.AppImage
chmod +x Glest*.AppImage
echo
echo "done!"
echo "Done!"

View File

@@ -10,7 +10,7 @@ grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
apps:
glest:
Glest:
desktop: usr/share/applications/io.glest.Glest.desktop
command: glest
environment:
@@ -23,10 +23,10 @@ apps:
- pulseaudio
- x11
glest.mapeditor:
Glest-mapeditor:
command: glest_editor
glest.g3dviewer:
Glest-g3dviewer:
command: glest_g3dviewer
parts: