mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-06 21:43:45 +08:00
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"tauri": {
|
|
"systemTray": {
|
|
"iconPath": "icons/icon.png",
|
|
"iconAsTemplate": true
|
|
},
|
|
"bundle": {
|
|
"targets": ["app", "dmg", "updater"],
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "",
|
|
"exceptionDomain": "",
|
|
"signingIdentity": null,
|
|
"entitlements": null
|
|
}
|
|
}
|
|
}
|
|
}
|