mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
21 lines
499 B
JSON
21 lines
499 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"tauri": {
|
|
"systemTray": {
|
|
"iconPath": "icons/tray-icon-mono.ico",
|
|
"iconAsTemplate": true
|
|
},
|
|
"bundle": {
|
|
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
|
"targets": ["app", "dmg", "updater"],
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "10.15",
|
|
"exceptionDomain": "",
|
|
"signingIdentity": null,
|
|
"entitlements": null
|
|
}
|
|
}
|
|
}
|
|
}
|