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": {