| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-10-29 00:41:47 GMT-0700 |
| Commit | a1e9162ca9a3f2bed808e2570767f65b6ba4a2ca |
| Parent | 6ce3b8e |
| Delta | 10 lines added, 0 lines removed, 10-line increase |
| +#!/usr/bin/env bash | ||
| + | ||
| +osslsigncode sign \ | ||
| + -pkcs12 code-sign-cert.pfx \ | ||
| + -askpass \ | ||
| + -n "KeenWrite" \ | ||
| + -i https://www.keenwrite.com \ | ||
| + -in KeenWrite.exe \ | ||
| + -out KeenWrite-signed.exe | ||
| + | ||