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, },