mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
test fix
This commit is contained in:
parent
e2b795f181
commit
43db832653
2
.github/linux-appimage-qt.sh
vendored
2
.github/linux-appimage-qt.sh
vendored
@ -26,7 +26,7 @@ chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh
|
|||||||
./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir
|
./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir
|
||||||
|
|
||||||
# Bundle libc and all dependencies
|
# Bundle libc and all dependencies
|
||||||
echo AppDir/usr/bin/shadps4
|
ldd AppDir/usr/bin/shadps4
|
||||||
ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \
|
ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \
|
||||||
| xargs -I {} cp -vf {} AppDir/usr/lib
|
| xargs -I {} cp -vf {} AppDir/usr/lib
|
||||||
cp -v /lib64/ld-linux-x86-64.so.2 AppDir
|
cp -v /lib64/ld-linux-x86-64.so.2 AppDir
|
||||||
|
1
.github/linux-appimage-sdl.sh
vendored
1
.github/linux-appimage-sdl.sh
vendored
@ -19,7 +19,6 @@ chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh
|
|||||||
./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir
|
./linuxdeploy-plugin-checkrt-x86_64.sh --appdir AppDir
|
||||||
|
|
||||||
# Bundle libc and all dependencies
|
# Bundle libc and all dependencies
|
||||||
echo AppDir/usr/bin/shadps4
|
|
||||||
ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \
|
ldd AppDir/usr/bin/shadps4 | awk -F"[> ]" '{print $4}' \
|
||||||
| xargs -I {} cp -vf {} AppDir/usr/lib
|
| xargs -I {} cp -vf {} AppDir/usr/lib
|
||||||
cp -v /lib64/ld-linux-x86-64.so.2 AppDir
|
cp -v /lib64/ld-linux-x86-64.so.2 AppDir
|
||||||
|
Loading…
Reference in New Issue
Block a user