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