mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
desktop: get rid of configuration.win.signingHashAlgorithms should be an array
This commit is contained in:
@@ -135,7 +135,9 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"signingHashAlgorithms": "sha256",
|
||||
"signingHashAlgorithms": [
|
||||
"sha256"
|
||||
],
|
||||
"sign": "./sign.js",
|
||||
"icon": "assets/icons/app.ico"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user