Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Adds code signing of Windows binary

AuthorDaveJarvis <email>
Date2023-10-31 21:37:03 GMT-0700
Commitc226aa54351530ecca70f3c547064b7d24b8dd01
Parenteee1267
Delta0 lines added, 10 lines removed, 10-line decrease
scripts/sign.sh
-#!/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
-