Files
Archive/qv2ray-qv2ray/assets/package_dmg.json.in
T
2024-03-05 02:32:38 -08:00

18 lines
445 B
Plaintext

{
"title": "Qv2ray @QV2RAY_VERSION_STRING@",
"icon": "@CMAKE_SOURCE_DIR@/assets/icons/qv2ray.icns",
"background": "@CMAKE_SOURCE_DIR@/assets/CMakeDMGBackground.png",
"icon-size": 128,
"window": {
"size": {
"width": 500,
"height": 365
}
},
"contents": [
{ "x": 130, "y": 205, "type": "file", "path": "@CMAKE_INSTALL_PREFIX@/qv2ray.app" },
{ "x": 375, "y": 205, "type": "link", "path": "/Applications" }
]
}