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
2 changed files with 3 additions and 2 deletions

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