mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Move x64 appimage builder to its own legacy script
This commit is contained in:
parent
96e495c61d
commit
79614562b9
3 changed files with 50 additions and 7 deletions
|
@ -15,12 +15,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
|||
chmod +x ./linuxdeploy-plugin-checkrt.sh
|
||||
|
||||
export EXTRA_PLATFORM_PLUGINS="libqwayland-egl.so;libqwayland-generic.so"
|
||||
export EXTRA_QT_PLUGINS="svg;wayland-decoration-client;wayland-graphics-integration-client;wayland-shell-integration"
|
||||
|
||||
if [ "$CPU_ARCH" = "aarch64" ]; then
|
||||
# Ideally we should always ship the wayland integration libraries. Unfortunately glibc ABI issues on steam deck make this undesirable right now, so we only ship for arm64
|
||||
export EXTRA_QT_PLUGINS="$EXTRA_QT_PLUGINS;waylandcompositor"
|
||||
fi
|
||||
export EXTRA_QT_PLUGINS="svg;wayland-decoration-client;wayland-graphics-integration-client;wayland-shell-integration;waylandcompositor"
|
||||
|
||||
APPIMAGE_EXTRACT_AND_RUN=1 linuxdeploy --appdir AppDir --plugin qt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue