Add version and title to dmg

This commit is contained in:
Aditya Kulkarni
2018-11-18 21:55:44 -08:00
parent de49af4945
commit 4d2317e9f7
2 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"title": "zec-qt-wallet",
"title": "zec-qt-wallet-vRELEASE_VERSION",
"icon": "logo.icns",
"background": "dmgbg.png",
"window" : {
@@ -8,6 +8,6 @@
},
"contents": [
{ "x": 448, "y": 80, "type": "link", "path": "/Applications" },
{ "x": 152, "y": 80, "type": "file", "path": "../zec-qt-wallet.app" }
{ "x": 152, "y": 80, "type": "file", "path": "zec-qt-wallet.app" }
]
}