From 4f8d2f71e47e8b2139cb8a132acabb802a088df4 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Fri, 8 Dec 2023 17:33:52 -0500 Subject: [PATCH] Moving options to metadata --- script/sign-hsm.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/sign-hsm.bat b/script/sign-hsm.bat index 0b3512710..7d0347178 100644 --- a/script/sign-hsm.bat +++ b/script/sign-hsm.bat @@ -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" \ No newline at end of file +.\script\signtool sign /fd sha256 /td sha256 /tr http://timestamp.acs.microsoft.com /v /dlib "%DLIB_PATH%" /dmdf "%METADATA_PATH%" "%1" \ No newline at end of file