diff --git a/README.md b/README.md index f169267f..ee71e3ba 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ CodeBurn Desktop
Download for macOS (Apple Silicon) Download for macOS (Intel) - Download for Linux Download for Windows + Download for Linux (.deb) + Download for Linux (.rpm) + Download for Linux (AppImage) Web
diff --git a/app/package.json b/app/package.json index 124c2d94..05572d84 100644 --- a/app/package.json +++ b/app/package.json @@ -107,6 +107,18 @@ "arch": [ "x64" ] + }, + { + "target": "deb", + "arch": [ + "x64" + ] + }, + { + "target": "rpm", + "arch": [ + "x64" + ] } ], "category": "Development", @@ -114,5 +126,7 @@ "maintainer": "AgentSeal ", "executableName": "codeburn" } - } + }, + "homepage": "https://github.com/getagentseal/codeburn", + "author": "AgentSeal " }