From 21875714b81d26d9de2cc6d64595e894965580d2 Mon Sep 17 00:00:00 2001 From: deeplow Date: Wed, 12 Apr 2023 14:03:04 +0100 Subject: [PATCH] Update apple development key ID --- install/macos/build-app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/macos/build-app.py b/install/macos/build-app.py index c2aa1f5..2ec0fc0 100755 --- a/install/macos/build-app.py +++ b/install/macos/build-app.py @@ -75,9 +75,7 @@ def sign_app_bundle(build_path, dist_path, app_path): icon_path = os.path.join(root, "install", "macos", "dangerzone.icns") print("○ Code signing app bundle") - identity_name_application = ( - "Apple Distribution: Freedom of the Press Foundation (94ZZGGGJ3W)" - ) + identity_name_application = "Apple Development: Trevor Timm (TW4JVM8ZCU)" entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist") for path in itertools.chain(