[freedos] separate non FreeDOS and FreeDOS builds into rufus and rufus_fd

This commit is contained in:
Pete Batard 2011-12-15 15:53:33 +00:00
parent f72b298c03
commit 849f61a80f
13 changed files with 602 additions and 35 deletions

View file

@ -1,7 +1,7 @@
:retry
@set password=
@set /p password=Please enter PFX password:
@E:\WinDDK\7600.16385.0\bin\amd64\signtool sign /v /f D:\Secured\akeo\pbatard.p12 /p %password% /t http://time.certum.pl %1
@E:\WinDDK\7600.16385.0\bin\amd64\signtool sign /v /f D:\Secured\akeo\pbatard.p12 /p %password% /t http://time.certum.pl %1 %2 %3 %4
@if ERRORLEVEL 1 goto retry
@set password=
@exit