Skip to content

Commit

Permalink
Prevent packing of native modules (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Dec 5, 2023
1 parent 8aaf798 commit 288bb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/zui/electron-builder.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 288bb82

Please sign in to comment.