feat: 新增mac打包为dmg

This commit is contained in:
gclm 2022-02-11 14:41:47 +08:00
parent 4bf3f3a602
commit bcfc968c9d

View File

@ -51,7 +51,10 @@ module.exports = {
},
mac: {
icon: "public/icons/icon.icns",
target: "pkg",
target: [
"dmg",
"pkg"
],
extendInfo: {
LSUIElement: 1,
},