mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 18:07:32 +08:00
35 lines
810 B
JSON
35 lines
810 B
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
|
"productName": "Clash Verge",
|
|
"bundle": {
|
|
"targets": ["app", "dmg"],
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "10.15",
|
|
"exceptionDomain": "",
|
|
"signingIdentity": null,
|
|
"entitlements": "packages/macos/entitlements.plist",
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|