From aa8fcccc975b6f0c8b98652f46e2a98d2139bf6f Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Fri, 1 Dec 2023 12:03:23 -0800 Subject: [PATCH] Prevent packing of native modules --- apps/zui/electron-builder.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/zui/electron-builder.json b/apps/zui/electron-builder.json index e018e83a50..976a742da0 100644 --- a/apps/zui/electron-builder.json +++ b/apps/zui/electron-builder.json @@ -1,7 +1,7 @@ { "appId": "io.brimdata.zui", "asar": true, - "asarUnpack": ["zdeps", "LICENSE.txt", "acknowledgments.txt"], + "asarUnpack": ["zdeps", "LICENSE.txt", "acknowledgments.txt", "**/*.node"], "directories": {"output": "../../dist/apps/zui"}, "protocols": [{"name": "zui", "schemes": ["zui"]}], "mac": {