Skip to content

Commit

Permalink
adjust codesign-example.bat to reflect changes on provider site
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolivaev committed Mar 28, 2016
1 parent 4ab66cd commit aa557f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit aa557f0

Please sign in to comment.