Index: scripts/jenkins/prepare-portable-package.bat =================================================================== diff -u -N -r4ed6512d73cd1b444f83afdefe9a986b6ca9de90 -re3ca590faeb93bd54ca09d12929181c08c2dc180 --- scripts/jenkins/prepare-portable-package.bat (.../prepare-portable-package.bat) (revision 4ed6512d73cd1b444f83afdefe9a986b6ca9de90) +++ scripts/jenkins/prepare-portable-package.bat (.../prepare-portable-package.bat) (revision e3ca590faeb93bd54ca09d12929181c08c2dc180) @@ -1,17 +1,16 @@ @echo off rem Script prepares the portable CH package after build +call "%WORKSPACE%\scripts\jenkins\_get-version.bat" || exit /b 1 SET TmpDir=%WORKSPACE%\temp\chzip-%BUILD_NUMBER% -SET OutDir=%WORKSPACE%\Output +SET OutDir=%WORKSPACE%\Output\%CHTextVersion% SET VSInstallDirX86=C:\Program Files (x86)\Microsoft Visual Studio 12.0 mkdir "%TmpDir%" mkdir "%OutDir%" -call "%WORKSPACE%\scripts\jenkins\_get-version.bat" || exit /b 1 - xcopy "%WORKSPACE%\bin\release\ch.exe" "%TmpDir%\32bit\" || exit /B 1 xcopy "%WORKSPACE%\License.txt" "%TmpDir%\32bit\" || exit /B 1 xcopy "%WORKSPACE%\bin\release\chext.dll" "%TmpDir%\32bit\" || exit /B 1