diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-04 16:43:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-04 16:43:59 +0300 |
commit | a2e252c3883447deafe7023f4366c2cfa96fed39 (patch) | |
tree | 557a4956ceb5240f00aec78f178aa80df9938f55 /tools | |
parent | a873ad168e9c3669b639e8d99e08fe79f5ed1a80 (diff) |
we need redist files to compile installer
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build_scripts/z3_PackArchivesStable.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_scripts/z3_PackArchivesStable.bat b/tools/build_scripts/z3_PackArchivesStable.bat index 953fc1b185..6baf7ac245 100644 --- a/tools/build_scripts/z3_PackArchivesStable.bat +++ b/tools/build_scripts/z3_PackArchivesStable.bat @@ -52,6 +52,7 @@ Tools\wget.exe -O InnoNG_%tp%\Installer\vcredist_%VcPt%.exe %VcURL% popd rem end +copy /V /Y ..\..\redist\x%tp%\"%comp%"\*.dll %StableInstDir%\InnoNG_%tp%\Files copy /V /Y Languages\langpack_czech.txt %StableInstDir%\InnoNG_%tp%\Files\Languages copy /V /Y Languages\langpack_german.txt %StableInstDir%\InnoNG_%tp%\Files\Languages copy /V /Y Languages\langpack_polish.txt %StableInstDir%\InnoNG_%tp%\Files\Languages |