mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Appease linter
This commit is contained in:
parent
1ae7581df6
commit
8bdafce660
1 changed files with 3 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue