From 18df1223af830acdac3b66ac6bcdd6b4d171be6e Mon Sep 17 00:00:00 2001 From: TC Date: Tue, 12 Jan 2021 21:28:26 +0100 Subject: [PATCH] Add portable target to windows builds --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af935450..6609f410 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "icon": "assets/generated/icons/mac/icon.icns" }, "win": { - "icon": "assets/generated/icons/win/icon.ico" + "icon": "assets/generated/icons/win/icon.ico", + "target": ["nsis", "portable"] }, "linux": { "icon": "assets/generated/icons/png",