mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-08 03:24:12 +08:00
feat: 新增mac打包为dmg
This commit is contained in:
parent
4bf3f3a602
commit
bcfc968c9d
@ -51,7 +51,10 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
mac: {
|
mac: {
|
||||||
icon: "public/icons/icon.icns",
|
icon: "public/icons/icon.icns",
|
||||||
target: "pkg",
|
target: [
|
||||||
|
"dmg",
|
||||||
|
"pkg"
|
||||||
|
],
|
||||||
extendInfo: {
|
extendInfo: {
|
||||||
LSUIElement: 1,
|
LSUIElement: 1,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user