From b75868e883c7ee0715ebd7327ba3b7c1b5b63ce5 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 7 Apr 2019 03:03:24 -0500 Subject: [PATCH] Solus Linux detection --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bc64bbf..126cb0d 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,8 @@ "./src/constants.js", "build/**/*", "node_modules/**/*", - "./helpers.js" + "./helpers.js", + "./public/detect_linux.sh" ], "linux": { "category": "Utility",