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

35 lines
810 B
JSON
Raw Permalink 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",
"productName": "Clash Verge",
2024-09-02 19:33:17 +08:00
"bundle": {
"targets": ["app", "dmg"],
"macOS": {
"frameworks": [],
"minimumSystemVersion": "10.15",
"exceptionDomain": "",
"signingIdentity": null,
2024-12-27 02:42:35 +08:00
"entitlements": "packages/macos/entitlements.plist",
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
}
}
}
}
}