clash-verge-rev/src-tauri/tauri.macos.conf.json

40 lines
894 B
JSON
Raw Normal View History

{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"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
},
"bundle": {
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
"targets": ["app", "dmg", "updater"],
"macOS": {
"frameworks": [],
2024-02-06 00:40:13 +08:00
"minimumSystemVersion": "10.15",
"exceptionDomain": "",
2024-06-06 16:06:58 +08:00
"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
}
}
}
}
}