From 322bd7c8dbd467872359febf7fb363a3a674bd4f Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 14 May 2012 16:06:01 +0200 Subject: [PATCH] fixed copy issue on windows --- release.win7.vc9.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release.win7.vc9.bat b/release.win7.vc9.bat index dbf91aa2..226d3247 100644 --- a/release.win7.vc9.bat +++ b/release.win7.vc9.bat @@ -62,7 +62,8 @@ nmake release-install copy %BASE_QT_TRANSLATIONS_DIRECTORY%\qt_*.qm build\win32\release\product\i18n\ -copy resources\customizations build\win32\release\product\ +mkdir build\win32\release\product\customizations +xcopy resources\customizations\* build\win32\release\product\customizations del build\win32\release\product\i18n\qt_help*