Skip to content

Commit 60f173d

Browse files
committed
Do not deploy libraries using windeployqt
1 parent 44680b2 commit 60f173d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/windows-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
for /r win_build %%f in (*.dll) do @move "%%f" win_release
7070
cd win_release
7171
windeployqt ${{ env.executable_name }}.exe --qmldir ..\win_build\src || exit 5
72-
for %%v in (*.dll) do windeployqt "%%v" || exit 5
7372
shell: cmd
7473
#- name: Finalize Windows build
7574
# run: .ci/windows_build.sh 1

0 commit comments

Comments
 (0)