Skip to content

Commit

Permalink
update icons and delete tips of unbond
Browse files Browse the repository at this point in the history
  • Loading branch information
wbh1328551759 committed Mar 2, 2021
1 parent 5433eb9 commit 0e4cdf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "packages/apps-electron/build/electron.js",
"description": "An Apps portal into the Polkadot network",
"author": "chainx-org",
"version": "2.1.9",
"version": "2.1.10",
"license": "Apache-2",
"private": true,
"homepage": ".",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"build": {
"extends": null,
"productName": "Chainx-dapp-wallet",
"productName": "Chainx Wallet 2.0",
"dmg": {
"contents": [
{
Expand All @@ -80,6 +80,7 @@
]
},
"win": {
"icon": "packages/apps-electron/build/icon.png",
"target": [
{
"target": "nsis",
Expand All @@ -90,7 +91,11 @@
}
]
},
"mac": {
"icon": "packages/apps-electron/build/icon.png"
},
"linux": {
"icon": "packages/apps-electron/build/icon.png",
"target": [
"AppImage"
]
Expand Down
Binary file modified packages/apps-electron/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e4cdf8

Please sign in to comment.