From aace6852023290acbf74a322dbac75e42abdbe5c Mon Sep 17 00:00:00 2001 From: kd-11 Date: Mon, 30 Sep 2024 23:04:19 +0300 Subject: [PATCH] Typo fix --- .ci/deploy-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy-linux.sh b/.ci/deploy-linux.sh index 22d00b9e7e..a4b3dcc306 100755 --- a/.ci/deploy-linux.sh +++ b/.ci/deploy-linux.sh @@ -19,7 +19,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then 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_QTPLUGINS;waylandcompositor" + export EXTRA_QT_PLUGINS="$EXTRA_QT_PLUGINS;waylandcompositor" fi APPIMAGE_EXTRACT_AND_RUN=1 linuxdeploy --appdir AppDir --plugin qt