]> gitweb.factorcode.org Git - factor.git/blobdiff - build.cmd
webapps.help: whoops, fix using
[factor.git] / build.cmd
index 2d8b958291be72bcb3f75d21e137f674cb752692..49d56dc1c62522d14f0bafa68d70a1407eb0f91f 100644 (file)
--- a/build.cmd
+++ b/build.cmd
@@ -80,9 +80,9 @@ 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 _bootimage_url=http://downloads.factorcode.org/images/%GIT_BRANCH%/%_bootimage%
     echo URL: %_bootimage_url%
     cscript /nologo misc\http-get.vbs %_bootimage_url% %_bootimage%
     if errorlevel 1 goto fail