mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 20:51:49 +02:00
Update Apple account to FPF's Developer ID
This commit is contained in:
parent
3cd14027b1
commit
b2e9bfce10
1 changed files with 1 additions and 3 deletions
|
@ -76,9 +76,7 @@ def sign_app_bundle(build_path, dist_path, app_path):
|
|||
|
||||
print("○ Code signing app bundle")
|
||||
identity_name_application = (
|
||||
# FIXME: Update this line with the proper developer ID, once we know what
|
||||
# that is.
|
||||
"Developer ID Application: FREEDOM OF THE PRESS FOUNDATION, 501(c)(3)"
|
||||
"Apple Distribution: Freedom of the Press Foundation (94ZZGGGJ3W)"
|
||||
)
|
||||
entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist")
|
||||
|
||||
|
|
Loading…
Reference in a new issue