Update apple development key ID

This commit is contained in:
deeplow 2023-04-12 14:03:04 +01:00
parent 78959100a8
commit 21875714b8
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -75,9 +75,7 @@ def sign_app_bundle(build_path, dist_path, app_path):
icon_path = os.path.join(root, "install", "macos", "dangerzone.icns") icon_path = os.path.join(root, "install", "macos", "dangerzone.icns")
print("○ Code signing app bundle") print("○ Code signing app bundle")
identity_name_application = ( identity_name_application = "Apple Development: Trevor Timm (TW4JVM8ZCU)"
"Apple Distribution: Freedom of the Press Foundation (94ZZGGGJ3W)"
)
entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist") entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist")
for path in itertools.chain( for path in itertools.chain(