mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
Drop libwayland-client from official appimages
This commit is contained in:
parent
56dd09f4fe
commit
d9a1308624
@ -18,6 +18,11 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
|||||||
# Embed newer libstdc++ for distros that don't come with it (ubuntu 16.04)
|
# Embed newer libstdc++ for distros that don't come with it (ubuntu 16.04)
|
||||||
mkdir -p appdir/usr/optional/ ; mkdir -p appdir/usr/optional/libstdc++/
|
mkdir -p appdir/usr/optional/ ; mkdir -p appdir/usr/optional/libstdc++/
|
||||||
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./appdir/usr/optional/libstdc++/
|
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./appdir/usr/optional/libstdc++/
|
||||||
|
|
||||||
|
# Remove libwayland-client because it has platform-dependent exports and breaks other OSes
|
||||||
|
rm -f ./appdir/usr/lib/libwayland-client.so*
|
||||||
|
|
||||||
|
# Install latest appimage runner
|
||||||
rm ./appdir/AppRun
|
rm ./appdir/AppRun
|
||||||
curl -sL https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/AppRun-patched-x86_64 -o ./appdir/AppRun
|
curl -sL https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/AppRun-patched-x86_64 -o ./appdir/AppRun
|
||||||
chmod a+x ./appdir/AppRun
|
chmod a+x ./appdir/AppRun
|
||||||
|
Loading…
Reference in New Issue
Block a user