jj
Some checks failed
/ upload (release) Failing after 2m12s

This commit is contained in:
pavel 2026-02-25 16:56:33 +01:00
commit 1a6d7bf219

View file

@ -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",