chore: fix signing algorithms (#2944)

This commit is contained in:
Karol Sójko 2025-10-15 15:30:59 +02:00 committed by GitHub
parent 184d4008cf
commit 0bcac5e387
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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