Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence authored and apyrgio committed Apr 24, 2023
1 parent 1ae7581 commit 8bdafce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install/macos/build-app.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ 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 = "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")

for path in itertools.chain(
Expand Down

0 comments on commit 8bdafce

Please sign in to comment.