Do not deploy QT built-in language files when using Windeployqt. Similar change may be needed for Macdeployqt.

This commit is contained in:
Seeker4 2019-08-19 12:31:31 -07:00
parent 86d8191d77
commit 8c25e41d34

View File

@ -87,7 +87,7 @@ mkdir Translations
copy ..\translations Translations || exit 84
::: Run deployment tool
windeployqt.exe --release --force --compiler-runtime OSCAR.exe || exit 87
windeployqt.exe --release --force --compiler-runtime --no-translations --verbose 1 OSCAR.exe || exit 87
::: Clean up unwanted translation files
:::For unknown reasons, Win64 build copies the .ts files into the release directory, while Win32 does not