properly set the environmental variable in apprun-hook

This commit is contained in:
GT190 2024-09-21 00:05:25 +02:00 committed by GitHub
parent 887adda8c4
commit f2ffd95e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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