mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"tauri": {
|
|
"systemTray": {
|
|
"iconPath": "icons/mac-tray-icon.png",
|
|
"iconAsTemplate": true
|
|
},
|
|
"bundle": {
|
|
"targets": ["app", "dmg", "updater"],
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "10.15",
|
|
"exceptionDomain": "",
|
|
"signingIdentity": null,
|
|
"entitlements": null
|
|
}
|
|
}
|
|
}
|
|
}
|