mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
f71b51e64a
* feat: show actual proxy name instead of proxy group when hovering on a group outbound * fix: open empty edit form and save will cause `UID not found` * chore: tauri.conf.json json schema * chore: missing locales
21 lines
498 B
JSON
21 lines
498 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
|
"tauri": {
|
|
"systemTray": {
|
|
"iconPath": "icons/mac-tray-icon.png",
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|