build(cordova): simplify build, use cordova in a more standard way
This commit is contained in:
parent
4ccf10d1b3
commit
d5e6b8fab8
14 changed files with 175 additions and 133 deletions
|
|
@ -11,10 +11,10 @@
|
|||
"multisignature",
|
||||
"bitcore"
|
||||
],
|
||||
"main": "public/index.html",
|
||||
"main": "www/index.html",
|
||||
"window": {
|
||||
"title": "*USERVISIBLENAME* - *PURPOSELINE*",
|
||||
"icon": "./public/img/icons/icon-256.png",
|
||||
"icon": "./www/img/icons/icon-256.png",
|
||||
"toolbar": false,
|
||||
"show": true,
|
||||
"visible": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue