From 43febd392c90fd0998527e2f4e2677060a429e71 Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sun, 30 Apr 2023 13:12:11 +0200 Subject: [PATCH] Linux: remove git dir from AppImage --- .ci/deploy-linux.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/deploy-linux.sh b/.ci/deploy-linux.sh index 2c8a00aed3..91bcf13010 100755 --- a/.ci/deploy-linux.sh +++ b/.ci/deploy-linux.sh @@ -15,6 +15,9 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then # Remove libwayland-client because it has platform-dependent exports and breaks other OSes rm -f ./AppDir/usr/lib/libwayland-client.so* + # Remove git directory containing local commit history file + rm -rf ./AppDir/usr/share/rpcs3/git + linuxdeploy --appimage-extract ./squashfs-root/plugins/linuxdeploy-plugin-appimage/usr/bin/appimagetool AppDir -g