mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +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!"
|
||||
|
Reference in New Issue
Block a user