diff --git a/Building/Windows/deploy.bat b/Building/Windows/deploy.bat index 86cf9bf9..4fb3c590 100644 --- a/Building/Windows/deploy.bat +++ b/Building/Windows/deploy.bat @@ -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