mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
Revert "chore: fix signing algorithms (#2944)"
This reverts commit 0bcac5e387.
This commit is contained in:
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 --keypair-alias=${{ secrets.SM_KEYPAIR_ALIAS }}
|
||||
smctl windows certsync
|
||||
shell: cmd
|
||||
|
||||
- name: Health Check Signing Manager
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user