Move x64 appimage builder to its own legacy script

This commit is contained in:
kd-11 2024-10-01 13:20:17 +03:00 committed by kd-11
parent 96e495c61d
commit 79614562b9
3 changed files with 50 additions and 7 deletions

View file

@ -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