mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Merge pull request #1 from sandboxgamedev123/master
Update makeappimage_32-bit.sh
This commit is contained in:
commit
cef5dc4317
@ -1,7 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -f appimagetool-i686.AppImage ]; then
|
||||
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-i686.AppImage
|
||||
APPIMAGETOOL=$(wget -q https://api.github.com/repos/probonopd/go-appimage/releases -O - | sed 's/"/ /g; s/ /\n/g' | grep -o 'https.*continuous.*tool.*i686.*mage$')
|
||||
wget -q "$APPIMAGETOOL" -O ./appimagetool-i686.AppImage
|
||||
chmod +x appimagetool-i686.AppImage
|
||||
fi
|
||||
|
||||
@ -28,4 +29,5 @@ pushd AppDir
|
||||
ln -s usr/share/icons/hicolor/256x256/apps/ppsspp.png
|
||||
chmod +x AppRun
|
||||
popd
|
||||
./appimagetool-i686.AppImage --appimage-extract-and-run AppDir
|
||||
ARCH=i386
|
||||
VERSION=$(./AppDir/AppRun --version) ./appimagetool-i686.AppImage --appimage-extract-and-run AppDir
|
||||
|
Loading…
Reference in New Issue
Block a user