From 6a67f07a9e506a442fb0efdae09dc28cb757a9b9 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Wed, 3 May 2023 04:13:34 +0200 Subject: [PATCH] Add portable target --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 78d8eb3..c53fc40 100644 --- a/package.json +++ b/package.json @@ -85,6 +85,16 @@ "nsis": { "include": "build/installer.nsh", "oneClick": false + }, + "win": { + "target": [ + "nsis", + "portable" + ] + }, + "publish": { + "provider": "github", + "releaseType": "release" } } }