From c93d7987523b71331b1c0499698e5bdb0972e9a1 Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Sat, 5 Aug 2023 20:56:38 +0100 Subject: [PATCH 1/2] feat: portable zip --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c8c19f89..ab19950c 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,8 @@ "win": { "target": [ "nsis", - "portable" + "portable", + "zip" ] }, "publish": { From effc57d6bd2c5b30708e0353b2018032d30d6fd3 Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Sat, 5 Aug 2023 21:58:04 +0100 Subject: [PATCH 2/2] portable exe be gone --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ab19950c..0d18e657 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,6 @@ "win": { "target": [ "nsis", - "portable", "zip" ] },