From 6bae2bbf9632dcb0b4ca43098463ce21f1bb8891 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Fri, 25 Oct 2024 18:46:38 +1300 Subject: [PATCH] Add portable target --- materialious/electron/electron-builder.config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/materialious/electron/electron-builder.config.json b/materialious/electron/electron-builder.config.json index 50136c16..3ce492ea 100644 --- a/materialious/electron/electron-builder.config.json +++ b/materialious/electron/electron-builder.config.json @@ -24,7 +24,12 @@ "allowToChangeInstallationDirectory": true }, "win": { - "target": "nsis" + "target": [ + "nsis", + "portable", + "7z", + "zip" + ] }, "mac": { "category": "Entertainment", @@ -37,7 +42,8 @@ "7z", "rpm", "AppImage", - "zip" + "zip", + "portable" ], "category": "AudioVideo" },