fixed copy issue on windows

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent dc9055e3ea
commit 322bd7c8db
  1. 3
      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*

Loading…
Cancel
Save