build-support/factor.cmd: copy factor.image to factor.image.fresh after bootstrap completes, like factor.sh does

Joe Groff 2010-05-25 19:01:55 -07:00
parent e384910130
commit 20b2bbd9b6
1 changed files with 4 additions and 3 deletions

View File

@ -62,12 +62,13 @@ echo Bootstrapping...
.\factor.com -i=%_bootimage%
if errorlevel 1 goto fail
echo Copying fresh factor.image to factor.image.fresh
copy factor.image factor.image.fresh
if errorlevel 1 goto fail
echo Build complete.
goto cleanup
:nocl
echo
:fail
echo Build failed.
goto cleanup