mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
Added node-webkit config
This commit is contained in:
parent
53e08ebff3
commit
e650b07fd6
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
|||
"bin": {
|
||||
"shout": "index.js"
|
||||
},
|
||||
"main": "http://localhost:9000/",
|
||||
"node-main": "./index.js",
|
||||
"window": {
|
||||
"title": "Shout",
|
||||
"toolbar": false,
|
||||
"height": 640,
|
||||
"width": 1024
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/erming/shout.git"
|
||||
|
|
Loading…
Add table
Reference in a new issue