From 12819aab108f75d0d13a054842f5548f970e0498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 2 Nov 2023 11:41:39 +0100 Subject: [PATCH] temprorary remove the windows signing --- packages/desktop/package.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 0d11276b663..387d00b82c5 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -117,15 +117,6 @@ "zip" ] }, - "win": { - "certificateSubjectName": "Standard Notes Ltd.", - "publisherName": "Standard Notes Ltd.", - "signDlls": true, - "sign": "scripts/windowsSign.js" - }, - "nsis": { - "deleteAppDataOnUninstall": true - }, "linux": { "category": "Office", "icon": "build/icon/",