Merge pull request #160 from asankah/windows-md-docs

Rename windows/README to README.md since it's already in Markdown.
This commit is contained in:
Love Hörnquist Åstrand
2016-03-09 17:48:44 +01:00

View File

@@ -79,11 +79,13 @@ work, but have not been tested.
options for `signtool`.
E.g.:
set SIGNTOOL_C=/f c:\mycerts\codesign.pfx
- `SIGNTOOL_O`: Signing parameter options for `signtool`. Optional.
E.g.:
set SIGNTOOL_O=/du http://example.com/myheimdal
- `SIGNTOOL_T`: Timestamp options for `signtool`. If not specified,
@@ -95,6 +97,7 @@ work, but have not been tested.
signed.
E.g.:
set CODESIGN=c:\scripts\mycodesigner.cmd
* Define the code sign public key token. This is contained in the
@@ -113,6 +116,7 @@ work, but have not been tested.
`publicKeyToken` value (excluding quotes).
E.g.:
set CODESIGN_PKT=abcdef0123456789
4. Running the build