| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-10-31 21:37:03 GMT-0700 |
| Commit | c226aa54351530ecca70f3c547064b7d24b8dd01 |
| Parent | eee1267 |
| Delta | 0 lines added, 10 lines removed, 10-line decrease |
| -#!/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 | ||
| - | ||