From 8c25e41d34d2f296b315bfea202eef95c5b4ce78 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Mon, 19 Aug 2019 12:31:31 -0700 Subject: [PATCH] Do not deploy QT built-in language files when using Windeployqt. Similar change may be needed for Macdeployqt. --- Building/Windows/deploy.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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