Revert "chore: fix signing algorithms (#2944)"

This reverts commit 0bcac5e387.
This commit is contained in:
Karol Sójko
2025-10-16 15:38:33 +02:00
parent 3525084bda
commit 964c8ef8b1
2 changed files with 2 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ jobs:
- name: Certificates Sync
run: |
smctl windows certsync --keypair-alias=${{ secrets.SM_KEYPAIR_ALIAS }}
smctl windows certsync
shell: cmd
- name: Health Check Signing Manager

View File

@@ -123,8 +123,7 @@
"certificateSubjectName": "Standard Notes Ltd.",
"publisherName": "Standard Notes Ltd.",
"signDlls": true,
"sign": "./scripts/windowsSign.js",
"signingHashAlgorithms": ["sha1", "sha256"]
"sign": "./scripts/windowsSign.js"
},
"nsis": {
"deleteAppDataOnUninstall": true