Skip to content

Commit

Permalink
Prevent packing of native modules
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Dec 1, 2023
1 parent 8824b48 commit aa8fccc
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 aa8fccc

Please sign in to comment.