We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c393d commit d5ff6feCopy full SHA for d5ff6fe
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
if: matrix.os == 'windows-latest'
44
shell: pwsh
45
run: |
46
- & "${env:Qt6_DIR}\bin\windeployqt.exe" --verbose --release --compiler-runtime build\Release\FrameExtractor.exe
+ & "${env:Qt6_DIR}\bin\windeployqt.exe" --release --compiler-runtime --verbose=2 build\Release\FrameExtractor.exe
47
48
- name: Bundle Qt (macOS)
49
if: matrix.os == 'macos-latest'
0 commit comments