mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-14 13:59:34 +00:00
6 lines
163 B
Bash
6 lines
163 B
Bash
|
osslsigncode -spc TestPublisher.spc -key TestPublisher.der \
|
||
|
-n "The Installer" -i http://www.yourwebsite.com/ \
|
||
|
-in $1.exe -out $1-signed.exe
|
||
|
|
||
|
|