From f8076499baf3dc20f2f247b5453f8a976b76d763 Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 9 May 2020 12:09:23 +0200 Subject: [PATCH] build windows portable binary --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f6a43b7b..e2bac1dd 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ }, "scripts": { "start": "electron .", - "pack": "electron-builder --linux --win --dir", - "dist": "electron-builder --linux --win" + "pack": "electron-builder --linux --win portable --dir", + "dist": "electron-builder --linux --win portable" }, "repository": { "type": "git",