From d4dd77151cbb446507607fe31ffea01737fc16e8 Mon Sep 17 00:00:00 2001 From: Pandipipas Date: Sun, 17 May 2026 14:05:14 +0200 Subject: [PATCH] fix: remove unnecessary signing option from NSIS configuration --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 37e745e..c217757 100644 --- a/package.json +++ b/package.json @@ -73,8 +73,7 @@ "nsis" ], "icon": "static/icons/icon.ico", - "executableName": "scoreko", - "signAndEditExecutable": false + "executableName": "scoreko" }, "nsis": { "oneClick": false,