Skip to content
Snippets Groups Projects
Commit 6952ecfa authored by SeeLook's avatar SeeLook :musical_note:
Browse files

[CD/CI]: put proper moduuuule name for linuxdeploy qt plugin

parent a744519d
Branches master
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ jobs:
export QML_SOURCES_PATHS="${{env.QML_DIR}}"
export QMAKE=/home/runner/work/${{env.EXECUTABLE}}/Qt/${{env.QT_VERSION_LINUX}}/gcc_64/bin/qmake
export PATH=/home/runner/work/${{env.EXECUTABLE}}/Qt/${{env.QT_VERSION_LINUX}}/gcc_64/libexec:$PATH
export EXTRA_QT_MODULES=qt5compat;
export EXTRA_QT_MODULES=core5compat;
./linuxdeploy-x86_64.AppImage --appdir AppDir -e AppDir/usr/bin/${{env.UNIXNAME}} -i ../picts/${{env.UNIXNAME}}.png -d ../mime/${{env.UNIXNAME}}.desktop --plugin qt --output appimage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment