Skip to content

Commit

Permalink
Do not deploy libraries using windeployqt
Browse files Browse the repository at this point in the history
  • Loading branch information
adazem009 committed Mar 2, 2024
1 parent 44680b2 commit 60f173d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
for /r win_build %%f in (*.dll) do @move "%%f" win_release
cd win_release
windeployqt ${{ env.executable_name }}.exe --qmldir ..\win_build\src || exit 5
for %%v in (*.dll) do windeployqt "%%v" || exit 5
shell: cmd
#- name: Finalize Windows build
# run: .ci/windows_build.sh 1
Expand Down

0 comments on commit 60f173d

Please sign in to comment.