fix: add homepage, author email, and maintainer for deb builds
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 3m7s
Build / build-linux (push) Successful in 5m40s
Build / create-release (push) Successful in 9s

This commit is contained in:
litruv
2026-02-21 18:50:30 +11:00
parent ebe9fa3983
commit 58b911fbd5
2 changed files with 6 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
}
],
"category": "Network;InstantMessaging",
"maintainer": "Paarrot <paarrot@users.noreply.github.com>",
"icon": "icons/icon.png",
"desktop": {
"entry": {

View File

@@ -2,6 +2,7 @@
"name": "paarrot",
"version": "4.10.2",
"description": "Yet another matrix client",
"homepage": "https://github.com/ajbura/cinny",
"main": "electron/main.js",
"engines": {
"node": ">=18.0.0"
@@ -15,7 +16,10 @@
"build:win": "npm run build -- --win"
},
"keywords": [],
"author": "Ajay Bura",
"author": {
"name": "Ajay Bura",
"email": "AjayBura@users.noreply.github.com"
},
"license": "AGPL-3.0-only",
"dependencies": {
"electron-store": "^8.2.0",