From f943726b20dd2a20a26151c1c216525a1f8c8b95 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 14 May 2012 16:25:53 +0200 Subject: [PATCH] fixed release windows issue --- release.win7.vc9.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.win7.vc9.bat b/release.win7.vc9.bat index 226d3247..c11d938d 100644 --- a/release.win7.vc9.bat +++ b/release.win7.vc9.bat @@ -63,7 +63,7 @@ nmake release-install copy %BASE_QT_TRANSLATIONS_DIRECTORY%\qt_*.qm build\win32\release\product\i18n\ mkdir build\win32\release\product\customizations -xcopy resources\customizations\* build\win32\release\product\customizations +xcopy /s resources\customizations\* build\win32\release\product\customizations del build\win32\release\product\i18n\qt_help*