mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Enforce code style
This commit is contained in:
parent
6713cce503
commit
383bd5dbed
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@ def main():
|
|||
|
||||
if args.with_codesign:
|
||||
print("○ Code signing app bundle")
|
||||
identity_name_application = "Developer ID Application: FIRST LOOK PRODUCTIONS, INC. (P24U45L8P5)"
|
||||
identity_name_application = (
|
||||
"Developer ID Application: FIRST LOOK PRODUCTIONS, INC. (P24U45L8P5)"
|
||||
)
|
||||
entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist")
|
||||
|
||||
for path in itertools.chain(
|
||||
|
|
Loading…
Reference in a new issue