2023-12-09 11:03:19 +08:00
|
|
|
{
|
2024-04-20 18:02:15 +08:00
|
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
2023-12-09 11:03:19 +08:00
|
|
|
"tauri": {
|
|
|
|
"systemTray": {
|
2024-05-15 12:00:38 +08:00
|
|
|
"iconPath": "icons/tray-icon-mono.ico",
|
2024-04-30 23:21:25 +08:00
|
|
|
"iconAsTemplate": true
|
2023-12-09 11:03:19 +08:00
|
|
|
},
|
|
|
|
"bundle": {
|
2024-04-20 18:02:15 +08:00
|
|
|
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
2023-12-09 11:03:19 +08:00
|
|
|
"targets": ["app", "dmg", "updater"],
|
|
|
|
"macOS": {
|
|
|
|
"frameworks": [],
|
2024-02-06 00:40:13 +08:00
|
|
|
"minimumSystemVersion": "10.15",
|
2023-12-09 11:03:19 +08:00
|
|
|
"exceptionDomain": "",
|
2024-06-06 16:06:58 +08:00
|
|
|
"signingIdentity": null,
|
2023-12-09 11:03:19 +08:00
|
|
|
"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
|
|
|
|
}
|
2023-12-09 11:03:19 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|