enable packaging for Debian
This commit is contained in:
parent
8996d58c08
commit
7c2dbb80c0
1 changed files with 10 additions and 8 deletions
18
package.json
18
package.json
|
@ -95,14 +95,15 @@
|
||||||
},
|
},
|
||||||
"deb": {
|
"deb": {
|
||||||
"depends": [
|
"depends": [
|
||||||
"libgssapi_krb5.so.2",
|
"libgssapi-krb5-2",
|
||||||
"libavahi-common.so.3",
|
"libavahi-common3",
|
||||||
"libavahi-client.so.3",
|
"libavahi-client3",
|
||||||
"libkrb5.so.3",
|
"libkrb5-3",
|
||||||
"libkrb5support.so.0",
|
"libkrb5support0",
|
||||||
"libkeyutils.so.1",
|
"libkeyutils1",
|
||||||
"libcups.so.2"
|
"libcups2"
|
||||||
]
|
],
|
||||||
|
"maintainer": "Penelope Gwen <support@pogmom.me>"
|
||||||
},
|
},
|
||||||
"rpm": {
|
"rpm": {
|
||||||
"depends": [
|
"depends": [
|
||||||
|
@ -129,6 +130,7 @@
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage",
|
"AppImage",
|
||||||
|
"deb",
|
||||||
"tar.xz"
|
"tar.xz"
|
||||||
],
|
],
|
||||||
"icon": "assets/icons/icon.png",
|
"icon": "assets/icons/icon.png",
|
||||||
|
|
Reference in a new issue