mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
18 lines
445 B
Plaintext
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" }
|
|
]
|
|
}
|