mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 22:51:24 +02:00
Corrected appimage generator, trying again to fix snapcraft.yaml
This commit is contained in:
@@ -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!"
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user