Commit 322bd7c8 authored by Claudio Valerio's avatar Claudio Valerio

fixed copy issue on windows

parent dc9055e3
......@@ -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*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment