mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-14 18:37:27 +00:00
AppImage: Do not bundle libgmodule-2.0 and libglib-2.0
This commit is contained in:
parent
df718bcb0f
commit
8ec1a5627d
@ -22,6 +22,10 @@ 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 libgmodule and libglib due to g_source_set_static_name symbol conflict with host libraries
|
||||
rm -f ./appdir/usr/lib/libgmodule-2.0.so*
|
||||
rm -f ./appdir/usr/lib/libglib-2.0.so*
|
||||
|
||||
# Install latest appimage runner
|
||||
rm ./appdir/AppRun
|
||||
curl -sL https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/AppRun-patched-x86_64 -o ./appdir/AppRun
|
||||
|
Loading…
Reference in New Issue
Block a user