mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Add linuxdeploy-plugin-checkrt for compatibility with older distros
This commit is contained in:
parent
ead8e5e0c3
commit
7740cac6dd
@ -9,6 +9,8 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
|||||||
chmod +x /usr/bin/linuxdeploy
|
chmod +x /usr/bin/linuxdeploy
|
||||||
curl -sL -o /usr/bin/linuxdeploy-plugin-qt https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
|
curl -sL -o /usr/bin/linuxdeploy-plugin-qt https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
|
||||||
chmod +x /usr/bin/linuxdeploy-plugin-qt
|
chmod +x /usr/bin/linuxdeploy-plugin-qt
|
||||||
|
curl -sL -o linuxdeploy-plugin-checkrt.sh https://github.com/linuxdeploy/linuxdeploy-plugin-checkrt/releases/download/continuous/linuxdeploy-plugin-checkrt-x86_64.sh
|
||||||
|
chmod +x ./linuxdeploy-plugin-checkrt.sh
|
||||||
|
|
||||||
EXTRA_QT_PLUGINS="svg;" APPIMAGE_EXTRACT_AND_RUN=1 linuxdeploy --appdir AppDir --plugin qt
|
EXTRA_QT_PLUGINS="svg;" APPIMAGE_EXTRACT_AND_RUN=1 linuxdeploy --appdir AppDir --plugin qt
|
||||||
|
|
||||||
@ -18,6 +20,8 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
|||||||
# Remove git directory containing local commit history file
|
# Remove git directory containing local commit history file
|
||||||
rm -rf ./AppDir/usr/share/rpcs3/git
|
rm -rf ./AppDir/usr/share/rpcs3/git
|
||||||
|
|
||||||
|
./linuxdeploy-plugin-checkrt.sh --appdir AppDir
|
||||||
|
|
||||||
linuxdeploy --appimage-extract
|
linuxdeploy --appimage-extract
|
||||||
./squashfs-root/plugins/linuxdeploy-plugin-appimage/usr/bin/appimagetool AppDir -g
|
./squashfs-root/plugins/linuxdeploy-plugin-appimage/usr/bin/appimagetool AppDir -g
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user