Index: scripts/jenkins/prepare-portable-package.bat =================================================================== diff -u -N -r6b464cfe96c1828308331ff3731db364db830576 -r1c366a50e84393bce67e50dcccc4fc5ff147db27 --- scripts/jenkins/prepare-portable-package.bat (.../prepare-portable-package.bat) (revision 6b464cfe96c1828308331ff3731db364db830576) +++ scripts/jenkins/prepare-portable-package.bat (.../prepare-portable-package.bat) (revision 1c366a50e84393bce67e50dcccc4fc5ff147db27) @@ -25,7 +25,6 @@ xcopy "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x86\Microsoft.VC141.MFC\*" "%TmpDir%\32bit\" || exit /B 1 xcopy "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\dbghelp.dll" "%TmpDir%\32bit\" || exit /B 1 xcopy "C:\Program Files (x86)\Windows Kits\10\Redist\10.0.17763.0\ucrt\DLLs\x86\*" "%TmpDir%\32bit\" || exit /B 1 -xcopy /E /I "%WORKSPACE%\bin\release\help" "%TmpDir%\32bit\help" || exit /B 1 xcopy /E /I "%WORKSPACE%\bin\release\langs" "%TmpDir%\32bit\langs" || exit /B 1 rem Prepare 64bit build @@ -46,7 +45,6 @@ xcopy "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.MFC\*" "%TmpDir%\64bit\" || exit /B 1 xcopy "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x64\dbghelp.dll" "%TmpDir%\64bit\" || exit /B 1 xcopy "C:\Program Files (x86)\Windows Kits\10\Redist\10.0.17763.0\ucrt\DLLs\x64\*" "%TmpDir%\64bit\" || exit /B 1 -xcopy /E /I "%WORKSPACE%\bin\release\help" "%TmpDir%\64bit\help" || exit /B 1 xcopy /E /I "%WORKSPACE%\bin\release\langs" "%TmpDir%\64bit\langs" || exit /B 1 rem Prepare 32bit shell extension for 64bit build