From 5816a0761765da7245814e1d3e520906309add22 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 3 Mar 2020 10:40:53 +0000 Subject: [PATCH] Remove the certificate config for windows We override a lot of the config in our builder so we'll override this there too, then the riot-desktop repo builds an unsigned windows app by default rather than erroring if you don't have our cert installed, which means other people don't have to patch package.json to build it. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d5d88c..16aa687 100644 --- a/package.json +++ b/package.json @@ -97,8 +97,7 @@ "win": { "target": { "target": "squirrel" - }, - "certificateSubjectName": "New Vector Ltd" + } }, "directories": { "output": "dist"