Remove qt references (#122)

This commit is contained in:
Dimitris Apostolou
2019-04-05 19:14:55 +03:00
committed by adityapk00
parent 281595a252
commit b3a8982d44
5 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{
"title": "zec-qt-wallet-vRELEASE_VERSION",
"title": "zecwallet-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": "zecwallet.app" }
]
}