From 9557fdd69ca5fc310bce27d3991571b8e0bf92ff Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Wed, 19 Oct 2022 11:40:34 -0300 Subject: [PATCH] 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. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1af816b57..67d1d3005 100644 --- a/package.json +++ b/package.json @@ -306,7 +306,8 @@ "libnss3", "libasound2", "libxss1" - ] + ], + "packageCategory": "net" }, "files": [ "package.json",