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..."
|
echo "Getting and installing data..."
|
||||||
../../linux/clone-data.sh
|
../../linux/clone-data.sh
|
||||||
|
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr ../../linux/../data
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ../../linux/build/data
|
||||||
make && make install DESTDIR=../Glest
|
make && make install DESTDIR=../Glest
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf build
|
rm -rf build
|
||||||
@@ -45,4 +45,4 @@ chmod +x linuxdeploy-x86_64.AppImage
|
|||||||
chmod +x Glest*.AppImage
|
chmod +x Glest*.AppImage
|
||||||
|
|
||||||
echo
|
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
|
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
glest:
|
Glest:
|
||||||
desktop: usr/share/applications/io.glest.Glest.desktop
|
desktop: usr/share/applications/io.glest.Glest.desktop
|
||||||
command: glest
|
command: glest
|
||||||
environment:
|
environment:
|
||||||
@@ -23,10 +23,10 @@ apps:
|
|||||||
- pulseaudio
|
- pulseaudio
|
||||||
- x11
|
- x11
|
||||||
|
|
||||||
glest.mapeditor:
|
Glest-mapeditor:
|
||||||
command: glest_editor
|
command: glest_editor
|
||||||
|
|
||||||
glest.g3dviewer:
|
Glest-g3dviewer:
|
||||||
command: glest_g3dviewer
|
command: glest_g3dviewer
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
|
Reference in New Issue
Block a user