mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
chore: fix signing algorithms (#2944)
This commit is contained in:
parent
184d4008cf
commit
0bcac5e387
2 changed files with 3 additions and 2 deletions
2
.github/workflows/desktop.release.reuse.yml
vendored
2
.github/workflows/desktop.release.reuse.yml
vendored
|
|
@ -326,7 +326,7 @@ jobs:
|
|||
|
||||
- name: Certificates Sync
|
||||
run: |
|
||||
smctl windows certsync
|
||||
smctl windows certsync --keypair-alias=${{ secrets.SM_KEYPAIR_ALIAS }}
|
||||
shell: cmd
|
||||
|
||||
- name: Health Check Signing Manager
|
||||
|
|
|
|||
|
|
@ -123,7 +123,8 @@
|
|||
"certificateSubjectName": "Standard Notes Ltd.",
|
||||
"publisherName": "Standard Notes Ltd.",
|
||||
"signDlls": true,
|
||||
"sign": "./scripts/windowsSign.js"
|
||||
"sign": "./scripts/windowsSign.js",
|
||||
"signingHashAlgorithms": ["sha1", "sha256"]
|
||||
},
|
||||
"nsis": {
|
||||
"deleteAppDataOnUninstall": true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue