From 5a4fd663e5e0918682a636f96bab6f322d9f705c Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Sat, 14 Oct 2023 21:57:22 +0200 Subject: [PATCH] added linux target --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b02973f..1522ebf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "node_modules/node-hid/**" ], "targets": [ - "node16.16.0-win-x64" + "node16.16.0-win-x64", + "node16.16.0-linux-x64" ], "outputPath": "out/" },