Skip to content

Commit 5c3a96d

Browse files
committed
chore: fix signing algorithms
1 parent 184d400 commit 5c3a96d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/desktop.release.reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326

327327
- name: Certificates Sync
328328
run: |
329-
smctl windows certsync
329+
smctl windows certsync --keypair-alias=${{ secrets.SM_KEYPAIR_ALIAS }}
330330
shell: cmd
331331

332332
- name: Health Check Signing Manager

packages/desktop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
"certificateSubjectName": "Standard Notes Ltd.",
124124
"publisherName": "Standard Notes Ltd.",
125125
"signDlls": true,
126-
"sign": "./scripts/windowsSign.js"
126+
"sign": "./scripts/windowsSign.js",
127+
"signingHashAlgorithms": ["sha1", "sha256"]
127128
},
128129
"nsis": {
129130
"deleteAppDataOnUninstall": true

0 commit comments

Comments
 (0)