From 33c3c78e2f5dbc3bbcc325589b6fc88f671fed55 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 29 Jan 2024 23:27:45 +0500 Subject: [PATCH] desktop: get rid of `configuration.win.signingHashAlgorithms should be an array` --- apps/desktop/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 2b661467a..e9fea7bd9 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -135,7 +135,9 @@ ] } ], - "signingHashAlgorithms": "sha256", + "signingHashAlgorithms": [ + "sha256" + ], "sign": "./sign.js", "icon": "assets/icons/app.ico" },