Rename windows/README to README.md since it's already in Markdown.
This commit is contained in:
		@@ -79,11 +79,13 @@ work, but have not been tested.
 | 
				
			|||||||
    options for `signtool`.
 | 
					    options for `signtool`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    E.g.:
 | 
					    E.g.:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        set SIGNTOOL_C=/f c:\mycerts\codesign.pfx
 | 
					        set SIGNTOOL_C=/f c:\mycerts\codesign.pfx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - `SIGNTOOL_O`: Signing parameter options for `signtool`. Optional.
 | 
					  - `SIGNTOOL_O`: Signing parameter options for `signtool`. Optional.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    E.g.:
 | 
					    E.g.:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        set SIGNTOOL_O=/du http://example.com/myheimdal
 | 
					        set SIGNTOOL_O=/du http://example.com/myheimdal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - `SIGNTOOL_T`: Timestamp options for `signtool`.  If not specified,
 | 
					  - `SIGNTOOL_T`: Timestamp options for `signtool`.  If not specified,
 | 
				
			||||||
@@ -95,6 +97,7 @@ work, but have not been tested.
 | 
				
			|||||||
    signed.
 | 
					    signed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    E.g.:
 | 
					    E.g.:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        set CODESIGN=c:\scripts\mycodesigner.cmd
 | 
					        set CODESIGN=c:\scripts\mycodesigner.cmd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Define the code sign public key token.  This is contained in the
 | 
					* 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).
 | 
					  `publicKeyToken` value (excluding quotes).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  E.g.:
 | 
					  E.g.:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      set CODESIGN_PKT=abcdef0123456789
 | 
					      set CODESIGN_PKT=abcdef0123456789
 | 
				
			||||||
 | 
					
 | 
				
			||||||
4. Running the build
 | 
					4. Running the build
 | 
				
			||||||
		Reference in New Issue
	
	Block a user