linux appdir & appimage build
This commit is contained in:
parent
64194172c1
commit
0edd9e7a49
1 changed files with 5 additions and 0 deletions
|
@ -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 ..
|
||||
|
|
Loading…
Reference in a new issue