mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
Update makeappimage_64-bit.sh
This commit is contained in:
parent
014dc7373d
commit
846b801b8a
@ -11,6 +11,22 @@ if [ ! -f linuxdeploy-x86_64.AppImage ]; then
|
|||||||
chmod +x linuxdeploy-x86_64.AppImage
|
chmod +x linuxdeploy-x86_64.AppImage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir ./AppDir/
|
||||||
|
mkdir ./AppDir/usr/
|
||||||
|
mkdir ./AppDir/usr/bin/
|
||||||
|
mkdir ./AppDir/usr/share/
|
||||||
|
mkdir ./AppDir/usr/share/applications/
|
||||||
|
mkdir ./AppDir/usr/share/icons/
|
||||||
|
mkdir ./AppDir/usr/share/icons/hicolor/
|
||||||
|
mkdir ./AppDir/usr/share/icons/hicolor/256x256/
|
||||||
|
mkdir ./AppDir/usr/share/icons/hicolor/256x256/apps/
|
||||||
|
|
||||||
|
cp ~/ppsspp/SDL/PPSSPPSDL.desktop ./AppDir/
|
||||||
|
cp ~/ppsspp/SDL/PPSSPPSDL.desktop ./AppDir/usr/share/applications/
|
||||||
|
cp ~/ppsspp/build/PPSSPPSDL ./AppDir/usr/bin/
|
||||||
|
cp -R ~/ppsspp/build/assets ./AppDir/usr/bin/
|
||||||
|
cp ~/ppsspp/icons/hicolor/256x256/apps/ppsspp.png ./AppDir/usr/share/icons/hicolor/256x256/apps/
|
||||||
|
|
||||||
DESTDIR=AppDir make install
|
DESTDIR=AppDir make install
|
||||||
./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir=AppDir \
|
./linuxdeploy-x86_64.AppImage --appimage-extract-and-run --appdir=AppDir \
|
||||||
--exclude-library="libX*" \
|
--exclude-library="libX*" \
|
||||||
|
Loading…
Reference in New Issue
Block a user