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!"