From aa557f0ce820a88ebcb36be39531085983f5953a Mon Sep 17 00:00:00 2001 From: Dimitry Polivaev Date: Mon, 28 Mar 2016 12:09:00 +0200 Subject: [PATCH] adjust codesign-example.bat to reflect changes on provider site --- codesign/codesign-example.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codesign/codesign-example.bat b/codesign/codesign-example.bat index 1ebec525f2..f020893791 100644 --- a/codesign/codesign-example.bat +++ b/codesign/codesign-example.bat @@ -1,4 +1,4 @@ set PASSWORD=yourPassword set KEYSTORE=freeplane.pfx -"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\signtool.exe" sign /t http://time.certum.pl /f "%~dp0%KEYSTORE%" /p %PASSWORD% "%~dp0..\DIST\*.exe" +"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\signtool.exe" sign /tr http://time.certum.pl /f "%~dp0%KEYSTORE%" /p %PASSWORD% "%~dp0..\DIST\*.exe" pause