mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Do not deploy QT built-in language files when using Windeployqt. Similar change may be needed for Macdeployqt.
This commit is contained in:
parent
86d8191d77
commit
8c25e41d34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user