mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
fix: bundle glibc
This commit is contained in:
parent
dc52cfb9bc
commit
050122eea3
6
.github/linux-appimage-qt.sh
vendored
6
.github/linux-appimage-qt.sh
vendored
@ -25,6 +25,12 @@ chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh
|
||||
./linuxdeploy-x86_64.AppImage --appdir AppDir
|
||||
./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir
|
||||
|
||||
# Bundle libc and all dependencies
|
||||
ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \
|
||||
| xargs -I {} cp -vf {} AppDir/usr/lib
|
||||
cp -v /lib64/ld-linux-x86-64.so.2 AppDir
|
||||
rm -f AppDir/usr/lib/ld-linux-x86-64.so.2 2>/dev/null || true
|
||||
|
||||
cp -a "$GITHUB_WORKSPACE/build/translations" AppDir/usr/bin
|
||||
|
||||
./linuxdeploy-x86_64.AppImage --appdir AppDir -d "$GITHUB_WORKSPACE"/dist/net.shadps4.shadPS4.desktop -e "$GITHUB_WORKSPACE"/build/shadps4 -i "$GITHUB_WORKSPACE"/src/images/net.shadps4.shadPS4.svg --plugin qt
|
||||
|
Loading…
Reference in New Issue
Block a user