From f2ffd95e49ce4900163e4d6fdd15f1b184591e3f Mon Sep 17 00:00:00 2001 From: GT190 Date: Sat, 21 Sep 2024 00:05:25 +0200 Subject: [PATCH] properly set the environmental variable in apprun-hook --- BuildLinuxAppImage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildLinuxAppImage.sh b/BuildLinuxAppImage.sh index dde8c612a2..1b8db577f0 100755 --- a/BuildLinuxAppImage.sh +++ b/BuildLinuxAppImage.sh @@ -36,6 +36,6 @@ chmod a+x appimagetool-x86_64.AppImage --plugin qt \ --plugin checkrt -echo 'env QT_QPA_PLATFORM=xcb' >> ./AppDir/apprun-hooks/linuxdeploy-plugin-qt-hook.sh +echo 'export QT_QPA_PLATFORM=xcb' >> ./AppDir/apprun-hooks/linuxdeploy-plugin-qt-hook.sh ./appimagetool-x86_64.AppImage ./AppDir