Appease linter

This commit is contained in:
Erik Moeller 2023-04-20 16:59:58 -07:00 committed by Alex Pyrgiotis
parent 1ae7581df6
commit 8bdafce660
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -75,7 +75,9 @@ 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 = "Developer ID Application: Freedom of the Press Foundation (94ZZGGGJ3W)" identity_name_application = (
"Developer ID Application: 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(