From 07821ae3a15c17b201e296899314a25633e5491d Mon Sep 17 00:00:00 2001 From: Bohan Cheng <47214785+cbh778899@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:28:53 +1100 Subject: [PATCH] update builder settings (#48) Signed-off-by: cbh778899 --- electron-builder.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 242068c..885cae9 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -13,16 +13,15 @@ files: win: target: - - nsis # Windows installer type, you can use zip, nsis, etc. + - nsis mac: target: - - default + - zip linux: target: - AppImage - # - deb # You can also specify 'deb', 'rpm', etc. nsis: oneClick: false # Whether the installer is one-click