diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 09:40:57 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-06-24 09:40:57 +0200 |
| commit | 4a705914778096b326d902d7c8caa8409e689c31 (patch) | |
| tree | 5408d325f0aec20f63a61470221f0dd4f8fd7fc1 /.github | |
| parent | 181cea3ef0edf53577a3d94d269090822fa75f05 (diff) | |
Remove outdated parameter for windeployqt
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01966c8e..454da181 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: working-directory: ${{github.workspace}}/bin/ shell: bash run: | - windeployqt --no-quick-import --no-translations --no-virtualkeyboard --no-compiler-runtime --no-webkit2 --no-opengl-sw ./Attorney_Online.exe + windeployqt --no-quick-import --no-translations --no-compiler-runtime --no-opengl-sw ./Attorney_Online.exe - name: Upload Artifact uses: actions/upload-artifact@master |
