mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Linux: remove git dir from AppImage
This commit is contained in:
parent
dea894161a
commit
43febd392c
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
||||||
# Remove libwayland-client because it has platform-dependent exports and breaks other OSes
|
# Remove libwayland-client because it has platform-dependent exports and breaks other OSes
|
||||||
rm -f ./AppDir/usr/lib/libwayland-client.so*
|
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
|
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…
Add table
Add a link
Reference in a new issue