Skip to content

Commit

Permalink
Scan the resources directory when using windeployqt
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed Feb 20, 2022
1 parent 863c40e commit f42c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd %project_folder%

mingw32-make release

windeployqt --qmldir=%app_folder% --qmlimport=%app_folder% %output_folder%\PoetAssistant.exe
windeployqt --qmldir=%app_folder%\resources --qmlimport=%app_folder%\resources %output_folder%\PoetAssistant.exe

echo Building archive...
copy deploy\config\icon.ico %output_folder%\icon.ico
Expand Down

0 comments on commit f42c72b

Please sign in to comment.