From 8eb8c44a81c33b661da6d8cf663e258086771af8 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 7 Apr 2024 14:02:25 -0500 Subject: [PATCH] add team id to fix mac builds --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 5afba39..238dc23 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,9 @@ "category": "Utilities", "icon": "src/assets/img/icon.icns", "hardenedRuntime": true, + "notarize": { + "teamId": "JHA7H7P56J" + }, "electronLanguages": [ "en" ],