From 967b9fafec252febd65f712846dab4d1141b369e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Thu, 6 Apr 2023 23:25:53 +0800 Subject: [PATCH] :package: Chore: add zip for macos build --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 974f812..0ccb14f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -79,7 +79,7 @@ const config = { LSUIElement: 0 }, target: [{ - target: 'dmg', + target: ['dmg', 'zip'], arch: [ 'universal', 'x64',