Runs Copay as native desktop app
This commit is contained in:
parent
4953d86d8c
commit
f14aeaef0c
4 changed files with 36 additions and 8 deletions
13
package.json
13
package.json
|
|
@ -10,7 +10,18 @@
|
|||
"bitcoin",
|
||||
"bitcore"
|
||||
],
|
||||
"main": "app.js",
|
||||
"main": "public/index.html",
|
||||
"window": {
|
||||
"toolbar": false,
|
||||
"resizable": false,
|
||||
"width": 400,
|
||||
"height": 600,
|
||||
"min_width": 400,
|
||||
"min_height": 600,
|
||||
"max_width": 400,
|
||||
"max_height": 600,
|
||||
"position": "center"
|
||||
},
|
||||
"id": "jid1-x7bV5evAaI1P9Q",
|
||||
"homepage": "https://github.com/bitpay/copay",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue