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