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", "description": "Electron frontend for Chattz",
"author": "Pavel Flegr <pavelflegr@gmail.com>", "author": "Pavel Flegr <pavelflegr@gmail.com>",
"homepage": "https://discord.flegr.me", "homepage": "https://discord.flegr.me",
"repository": {
"type": "git",
"url": "https://git.flegr.me/pavel/discord.git"
},
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
@ -25,6 +29,13 @@
"nsis" "nsis"
] ]
}, },
"publish": [
{
"provider": "generic",
"url": "https://discord.flegr.me/static/installers",
"channel": "latest"
}
],
"files": [ "files": [
"main.js", "main.js",
"package.json", "package.json",