File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/apps-electron/assets Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
"main" : " packages/apps-electron/build/electron.js" ,
5
5
"description" : " An Apps portal into the Polkadot network" ,
6
6
"author" : " chainx-org" ,
7
- "version" : " 2.1.9 " ,
7
+ "version" : " 2.1.10 " ,
8
8
"license" : " Apache-2" ,
9
9
"private" : true ,
10
10
"homepage" : " ." ,
64
64
},
65
65
"build" : {
66
66
"extends" : null ,
67
- "productName" : " Chainx-dapp-wallet " ,
67
+ "productName" : " Chainx Wallet 2.0 " ,
68
68
"dmg" : {
69
69
"contents" : [
70
70
{
80
80
]
81
81
},
82
82
"win" : {
83
+ "icon" : " packages/apps-electron/build/icon.png" ,
83
84
"target" : [
84
85
{
85
86
"target" : " nsis" ,
90
91
}
91
92
]
92
93
},
94
+ "mac" : {
95
+ "icon" : " packages/apps-electron/build/icon.png"
96
+ },
93
97
"linux" : {
98
+ "icon" : " packages/apps-electron/build/icon.png" ,
94
99
"target" : [
95
100
" AppImage"
96
101
]
You can’t perform that action at this time.
0 commit comments