Remove outdated parameter for windeployqt

This commit is contained in:
Salanto 2024-06-24 09:40:57 +02:00
parent 181cea3ef0
commit 4a70591477

View File

@ -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