Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jul 1, 2022
1 parent c8316e9 commit 6f56224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-systems/github/windows/build-zip.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cd ..\release
# Bug in Qt 5.14+: https://stackoverflow.com/questions/61045959/windeployqt-error-unable-to-find-the-platform-plugin
# Don't use "--release"! (maybe because of debug log?)
windeployqt --debug QOwnNotes.exe
# this dlls where missed by windeployqt
# these dlls where missed by windeployqt
copy ..\..\Qt\5.15.2\mingw81_64\bin\libwinpthread-1.dll .
copy ..\..\Qt\5.15.2\mingw81_64\bin\libgcc_s_seh-1.dll .
# this dll didn't work when released by windeployqt
Expand Down

0 comments on commit 6f56224

Please sign in to comment.