Enforce code style

This commit is contained in:
Micah Lee 2022-08-26 14:12:01 -07:00
parent 6713cce503
commit 383bd5dbed
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -73,7 +73,9 @@ def main():
if args.with_codesign: if args.with_codesign:
print("○ Code signing app bundle") 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") entitlements_plist_path = os.path.join(root, "install/macos/entitlements.plist")
for path in itertools.chain( for path in itertools.chain(