mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update makeappimage_32-bit.sh
This commit is contained in:
parent
2ba1a1575d
commit
45b638c8ca
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue