Make Finalize.bat output text of ISO generation not calculation
This commit is contained in:
parent
71560f9e78
commit
dd9a2e5924
|
@ -7,12 +7,12 @@ if %2 == skip goto end
|
|||
if not exist "%4/bin/GlobalLBATable.bin" echo Planschi > "%4%/bin/GlobalLBATable.bin"
|
||||
|
||||
echo "Calculate LBAs"
|
||||
%1 -y -lba %4\iso\Info\%3.lba -lbahead %4\iso\Info\%3.h -noisogen %4\iso\%3ISODesc.xml
|
||||
%1 -y -lba %4\iso\Info\%3.lba -lbahead %4\iso\Info\%3.h -noisogen %4\iso\%3ISODesc.xml *> nul
|
||||
if exist "%4\iso\%3LBAFile.json" LBAHacker.exe %4\iso\%3LBAFile.json
|
||||
|
||||
if %2 == calculate goto end
|
||||
|
||||
%1 -y %4\iso\%3ISODesc.xml *> nul
|
||||
%1 -y %4\iso\%3ISODesc.xml
|
||||
echo "Wrote ISO image"
|
||||
|
||||
:end
|
|
@ -1 +1 @@
|
|||
Subproject commit d5a46d89c0df2cae10d63193756d5e8b24adc4c8
|
||||
Subproject commit 39aa0844f516368d2e01788100a747511bc52732
|
Loading…
Reference in New Issue