From 7b942db6f286c0ba68030885ffc2cfcd0f4a24cf Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Wed, 3 Jan 2024 18:46:56 -0800 Subject: [PATCH] Don't attempt to sign community ID shared lib since it's gone --- apps/zui/electron-builder.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/zui/electron-builder.json b/apps/zui/electron-builder.json index 976a742da0..9ed8a20ca3 100644 --- a/apps/zui/electron-builder.json +++ b/apps/zui/electron-builder.json @@ -4,11 +4,6 @@ "asarUnpack": ["zdeps", "LICENSE.txt", "acknowledgments.txt", "**/*.node"], "directories": {"output": "../../dist/apps/zui"}, "protocols": [{"name": "zui", "schemes": ["zui"]}], - "mac": { - "binaries": [ - "zdeps/zeek/lib/zeek/plugins/Corelight_CommunityID/lib/Corelight-CommunityID.darwin-x86_64.so" - ] - }, "linux": {"target": ["deb", "rpm"]}, "rpm": {"depends": ["openssl"]}, "deb": {"depends": ["openssl"]},