From a0db7c4a9fc2c677d5cc0cb5cb140a7aee0b7daa Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Thu, 19 Jul 2012 16:36:26 +0200 Subject: [PATCH] fixed issue 777 --- release.win7.vc9.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release.win7.vc9.bat b/release.win7.vc9.bat index ef987d89..af1f549b 100644 --- a/release.win7.vc9.bat +++ b/release.win7.vc9.bat @@ -59,6 +59,10 @@ REM echo %LAST_TAG_VERSION% nmake release-install +set CUSTOMIZATIONS=build\win32\release\product\customizations +mkdir %CUSTOMIZATIONS% +xcopy /s resources\customizations %CUSTOMIZATIONS% + set I18n=build\win32\release\product\i18n mkdir %I18n% xcopy /s resources\i18n\*.qm %I18n%