linux appdir & appimage build
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Martijn de Boer 2022-10-29 16:25:18 +02:00
parent 64194172c1
commit 0edd9e7a49
No known key found for this signature in database
GPG key ID: 9D2E42402DD372D1

View file

@ -37,9 +37,14 @@ downloadlove() {
cd linux
curl -L -O $LOVE_LINUX
curl -L -O $APPIMAGETOOL
chmod +x appimagetool-x86_64.AppImage
chmod +x love-$LOVE_VERSION-x86_64.AppImage
./appimagetool-x86_64.AppImage --appimage-extract
mv squashfs-root appimage
chmod +x appimage/AppRun
./love-$LOVE_VERSION-x86_64.AppImage --appimage-extract
chmod +x squashfs-root/AppRun
cd ..
cd ..