Change app name to Ywallet

This commit is contained in:
Hanh 2022-03-21 09:09:35 +08:00
parent 0840167238
commit f51948323c
1 changed files with 3 additions and 3 deletions

View File

@ -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" }
]
}