From 2c93670aafd04f05e4e14b803f4bf0eeab6dd991 Mon Sep 17 00:00:00 2001 From: PageZ948 Date: Wed, 19 Aug 2026 13:03:43 +0000 Subject: [PATCH] build: add standalone Windows portable target --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 04f2a9f..4fd3d54 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,9 @@ }, "win": { "icon": "build/icon.ico", - "target": "nsis" + "target": [ + "portable" + ] } } }