fix: add homepage, author email, and maintainer for deb builds
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"category": "Network;InstantMessaging",
|
"category": "Network;InstantMessaging",
|
||||||
|
"maintainer": "Paarrot <paarrot@users.noreply.github.com>",
|
||||||
"icon": "icons/icon.png",
|
"icon": "icons/icon.png",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"entry": {
|
"entry": {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"name": "paarrot",
|
"name": "paarrot",
|
||||||
"version": "4.10.2",
|
"version": "4.10.2",
|
||||||
"description": "Yet another matrix client",
|
"description": "Yet another matrix client",
|
||||||
|
"homepage": "https://github.com/ajbura/cinny",
|
||||||
"main": "electron/main.js",
|
"main": "electron/main.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
@@ -15,7 +16,10 @@
|
|||||||
"build:win": "npm run build -- --win"
|
"build:win": "npm run build -- --win"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Ajay Bura",
|
"author": {
|
||||||
|
"name": "Ajay Bura",
|
||||||
|
"email": "AjayBura@users.noreply.github.com"
|
||||||
|
},
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"electron-store": "^8.2.0",
|
"electron-store": "^8.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user