Browse Source
Merge pull request #696 from MortalKastor/windows-signing
Sign installer on Windows
master
Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
electron-builder.yml
|
|
@ -28,6 +28,10 @@ linux: |
|
|
|
|
|
|
|
win: |
|
|
|
artifactName: ${name}-${version}-${os}-${arch}.${ext} |
|
|
|
certificateSubjectName: Ledger SAS |
|
|
|
certificateSha1: 7dd9acb2ef0402883c65901ebbafd06e5293d391 |
|
|
|
signingHashAlgorithms: |
|
|
|
- sha256 |
|
|
|
target: |
|
|
|
- target: nsis |
|
|
|
arch: |
|
|
|