Linux: remove git dir from AppImage

This commit is contained in:
Megamouse 2023-04-30 13:12:11 +02:00
parent dea894161a
commit 43febd392c

View file

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