From f51948323c163e95f2d2b7c2e8db8a6b4aac22a7 Mon Sep 17 00:00:00 2001 From: Hanh Date: Mon, 21 Mar 2022 09:09:35 +0800 Subject: [PATCH] Change app name to Ywallet --- misc/app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ] }