Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Sep 20, 2024
1 parent f4c0d1d commit 5dc192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: bash
# initialize AppDir, bundle shared libraries for QtQuickApp, use Qt plugin to bundle additional resources, and build AppImage, all in one single command
run: ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage
run: ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage --exclude-libs=libqsqlmimer

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5dc192b

Please sign in to comment.