mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Update apple development key ID
This commit is contained in:
parent
78959100a8
commit
21875714b8
1 changed files with 1 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue