diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 421962475..9a18eacff 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -395,6 +395,9 @@ stages: chmod +x appimagetool-x86_64.AppImage echo "=== Running linuxdeploy to package AppImage ===" + export EXTRA_QT_MODULES="$(echo $(qt_modules) | sed 's/ /;/g')" + export EXTRA_QT_PLUGINS=waylandcompositor + export EXTRA_PLATFORM_PLUGINS=libqwayland-egl.so;libqwayland-generic.so ./linuxdeploy-x86_64.AppImage \ --appdir "AppDir" \ -d "$APPDIR/usr/share/applications/SerialPrograms.desktop" \