Fix .deb Section

Currently the deb has `Section: default`, which isn't a valid debian
section at all; this fixes it to be `net` to properly categorize it in
deb package managers.
pull/2570/head
Jason Rhinelander 2 years ago
parent 2fdb612a77
commit 9557fdd69c
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262

@ -306,7 +306,8 @@
"libnss3",
"libasound2",
"libxss1"
]
],
"packageCategory": "net"
},
"files": [
"package.json",

Loading…
Cancel
Save