mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-18 00:34:19 +08:00
feat: 新增mac打包为dmg
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user