From 432ecebea6c8c8c6236fb5ebf9ad84e84201046d Mon Sep 17 00:00:00 2001 From: viarotel Date: Fri, 29 Nov 2024 10:46:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fixed=20an=20issue=20wher?= =?UTF-8?q?e=20macos=20built-in=20updates=20failed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron-builder.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/electron-builder.json b/electron-builder.json index 2910dea2..853d9140 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -59,6 +59,10 @@ { "target": "dmg", "arch": ["x64", "arm64"] + }, + { + "target": "zip", + "arch": ["x64", "arm64"] } ], "artifactName": "${productName}-${version}-mac-${arch}.${ext}",