From bcfc968c9d788ec0fd445c1b9f6335c993d1c34a Mon Sep 17 00:00:00 2001 From: gclm Date: Fri, 11 Feb 2022 14:41:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9Emac=E6=89=93=E5=8C=85?= =?UTF-8?q?=E4=B8=BAdmg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 199794b..9c68d59 100644 --- a/vue.config.js +++ b/vue.config.js @@ -51,7 +51,10 @@ module.exports = { }, mac: { icon: "public/icons/icon.icns", - target: "pkg", + target: [ + "dmg", + "pkg" + ], extendInfo: { LSUIElement: 1, },