diff --git a/misc/app.json b/misc/app.json index fffaea1..b5efe9e 100644 --- a/misc/app.json +++ b/misc/app.json @@ -1,8 +1,8 @@ { - "title": "ZWallet", - "icon": "../assets/zcash.png", + "title": "YWallet", + "icon": "../assets/ycash.png", "contents": [ { "x": 448, "y": 128, "type": "link", "path": "/Applications" }, - { "x": 192, "y": 128, "type": "file", "path": "../build/macos/Build/Products/Release/zwallet.app" } + { "x": 192, "y": 128, "type": "file", "path": "../build/macos/Build/Products/Release/ywallet.app" } ] }