Files
clash-proxy/src-tauri/tauri.macos.conf.json

50 lines
1.1 KiB
JSON
Raw Normal View History

{
2024-09-02 19:33:17 +08:00
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
2024-10-11 14:33:11 +08:00
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
2024-09-02 19:33:17 +08:00
"bundle": {
"targets": ["app", "dmg"],
2024-10-27 04:46:24 +08:00
"resources": [
"resources/clash-verge-service",
"resources/install-service",
"resources/uninstall-service",
"resources/geoip.dat",
"resources/geosite.dat",
"resources/Country.mmdb",
"resources/set_dns.sh",
"resources/unset_dns.sh"
],
2024-09-02 19:33:17 +08:00
"macOS": {
"frameworks": [],
"minimumSystemVersion": "10.15",
"exceptionDomain": "",
"signingIdentity": null,
"entitlements": null,
2024-06-20 13:42:14 +08:00
"dmg": {
"background": "images/background.png",
"appPosition": {
"x": 180,
"y": 170
},
"applicationFolderPosition": {
"x": 480,
"y": 170
},
"windowSize": {
"height": 400,
"width": 660
},
"windowPosition": {
"x": 200,
"y": 180
}
}
}
2024-09-02 19:33:17 +08:00
},
"app": {
"trayIcon": {
"iconPath": "icons/tray-icon-mono.ico",
"iconAsTemplate": true
}
}
}