diff options
author | saturneric <[email protected]> | 2024-12-13 21:37:30 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-13 21:37:30 +0000 |
commit | bd190d9b58af863f3082158c8f93d71ba9adf04d (patch) | |
tree | 52e1befbc29b5bdeb52df2f487cf19c33e3bf614 /.github/workflows | |
parent | fix: correct gnu license text (diff) | |
download | GpgFrontend-bd190d9b58af863f3082158c8f93d71ba9adf04d.tar.gz GpgFrontend-bd190d9b58af863f3082158c8f93d71ba9adf04d.zip |
fix: try to add all platform plugins for AppImage
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/testing-nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml index 6259b406..0f325b0d 100644 --- a/.github/workflows/testing-nightly.yml +++ b/.github/workflows/testing-nightly.yml @@ -274,7 +274,7 @@ jobs: wget -c -nv https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage chmod u+x linuxdeployqt-continuous-x86_64.AppImage export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib - ./linuxdeployqt-continuous-x86_64.AppImage ${{github.workspace}}/build/artifacts/AppDir/usr/share/applications/*.desktop -no-translations -extra-plugins=iconengines -appimage -executable-dir=${{github.workspace}}/build/artifacts/AppDir/usr/modules/ + ./linuxdeployqt-continuous-x86_64.AppImage ${{github.workspace}}/build/artifacts/AppDir/usr/share/applications/*.desktop -no-translations -extra-plugins=iconengines,platforms -appimage -executable-dir=${{github.workspace}}/build/artifacts/AppDir/usr/modules/ echo "BUILD_TYPE_LOWER=${BUILD_TYPE,,}" >> ${GITHUB_ENV} echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> ${GITHUB_ENV} if: runner.os == 'Linux' |