mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-05 05:01: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")
|
print("○ Code signing app bundle")
|
||||||
identity_name_application = (
|
identity_name_application = (
|
||||||
# FIXME: Update this line with the proper developer ID, once we know what
|
"Apple Distribution: Freedom of the Press Foundation (94ZZGGGJ3W)"
|
||||||
# that is.
|
|
||||||
"Developer ID Application: FREEDOM OF THE PRESS FOUNDATION, 501(c)(3)"
|
|
||||||
)
|
)
|
||||||
entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist")
|
entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue