X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=build.cmd;h=49d56dc1c62522d14f0bafa68d70a1407eb0f91f;hp=1bb9e463acb0541d5127506e3858ef1abda77819;hb=70f7896c76d30af93fab39f54624b5bd41e2ef86;hpb=bb2a50f6f210bdc8c0dec65985e0946c44dc1e8e diff --git a/build.cmd b/build.cmd index 1bb9e463ac..49d56dc1c6 100644 --- a/build.cmd +++ b/build.cmd @@ -80,11 +80,11 @@ if "%_compile_vm%"=="1" ( if errorlevel 1 goto fail ) +set _bootimage_url=https://downloads.factorcode.org/images/%GIT_BRANCH%/%_bootimage% if "%_bootimage_type%"=="download" ( echo Fetching %GIT_BRANCH% boot image... - set boot_image_url=http://downloads.factorcode.org/images/%GIT_BRANCH%/%_bootimage% %_bootimage% - echo URL: %boot_image_url% - cscript /nologo misc\http-get.vbs %boot_image_url% %_bootimage% + echo URL: %_bootimage_url% + cscript /nologo misc\http-get.vbs %_bootimage_url% %_bootimage% if errorlevel 1 goto fail ) else if "%_bootimage_type%"=="make" ( echo Making boot image...