From 8bdafce660079b6d8fee9874a96b0b7200f83fe2 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Thu, 20 Apr 2023 16:59:58 -0700 Subject: [PATCH] Appease linter --- install/macos/build-app.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/macos/build-app.py b/install/macos/build-app.py index efc596307..a9617a91e 100755 --- a/install/macos/build-app.py +++ b/install/macos/build-app.py @@ -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(