Moving options to metadata
This commit is contained in:
parent
4054968fc3
commit
4f8d2f71e4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ if "%METADATA_PATH%" == "" (
|
|||
)
|
||||
|
||||
REM For more information on signtool, see https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool
|
||||
.\script\signtool sign /d "GitHub CLI" /fd sha256 /td sha256 /tr http://timestamp.acs.microsoft.com /v /dlib "%DLIB_PATH%" /dmdf "%METADATA_PATH%" "%1"
|
||||
.\script\signtool sign /fd sha256 /td sha256 /tr http://timestamp.acs.microsoft.com /v /dlib "%DLIB_PATH%" /dmdf "%METADATA_PATH%" "%1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue