Merge pull request #1 from sandboxgamedev123/master

Update makeappimage_32-bit.sh
This commit is contained in:
Samuel 2024-06-19 17:39:37 -04:00 committed by GitHub
commit cef5dc4317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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