mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
55e6cd8023
* default is enabled (=> add --without-freedos to disable) * also update the release process as a result * also update version to rufus next * also fixed FreeDOS embedded files lost when RC is edited in Visual Studio
6 lines
234 B
Batchfile
6 lines
234 B
Batchfile
:retry
|
|
@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 %2 %3 %4
|
|
@if ERRORLEVEL 1 goto retry
|
|
@set password=
|
|
@exit
|