Smaller 140k image, now with ProBoot.

This commit is contained in:
Martin Haye 2017-01-11 15:32:32 -08:00
parent 2404025654
commit 094d4ca8da
2 changed files with 1 additions and 0 deletions

View File

@ -2633,6 +2633,7 @@ end
// Now put the files into the image
new File("build/root/game.part.2.bin").delete()
new File("build/root/PROBOOT.sys#800").delete()
args = ["-put", "game1.dsk", "/", "build/root"]
new a2copy.A2Copy().main(args)
}