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

db4
Joe Groff 2010-05-25 19:01:55 -07:00
parent 17d07bdb0a
commit fb41d351c2
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