parent
1bfb5f7d0d
commit
1a6d7bf219
1 changed files with 11 additions and 0 deletions
11
package.json
11
package.json
|
|
@ -4,6 +4,10 @@
|
|||
"description": "Electron frontend for Chattz",
|
||||
"author": "Pavel Flegr <pavelflegr@gmail.com>",
|
||||
"homepage": "https://discord.flegr.me",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.flegr.me/pavel/discord.git"
|
||||
},
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
|
|
@ -25,6 +29,13 @@
|
|||
"nsis"
|
||||
]
|
||||
},
|
||||
"publish": [
|
||||
{
|
||||
"provider": "generic",
|
||||
"url": "https://discord.flegr.me/static/installers",
|
||||
"channel": "latest"
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
"main.js",
|
||||
"package.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue