From 7740cac6dd0ef338be30454c6a9839f7d83732d5 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Sat, 6 May 2023 00:54:20 -0700 Subject: [PATCH] Add linuxdeploy-plugin-checkrt for compatibility with older distros --- .ci/deploy-linux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/deploy-linux.sh b/.ci/deploy-linux.sh index 91bcf13010..fe50a81312 100755 --- a/.ci/deploy-linux.sh +++ b/.ci/deploy-linux.sh @@ -9,6 +9,8 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then 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 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 @@ -18,6 +20,8 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then # Remove git directory containing local commit history file rm -rf ./AppDir/usr/share/rpcs3/git + ./linuxdeploy-plugin-checkrt.sh --appdir AppDir + linuxdeploy --appimage-extract ./squashfs-root/plugins/linuxdeploy-plugin-appimage/usr/bin/appimagetool AppDir -g