Skip to content
Snippets Groups Projects
Commit dca1f6f8 authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

Merge remote-tracking branch 'origin/brad/viewer-manifest-codesign-fix' into DRTVWR-540-maint

parents 5fd4fd70 2cbc3e53
No related branches found
No related tags found
No related merge requests found
......@@ -1344,7 +1344,7 @@ def package_finish(self):
# 'err' goes out of scope
sign_failed = err
else:
print >> sys.stderr, "Maximum codesign attempts exceeded; giving up"
print("Maximum codesign attempts exceeded; giving up", file=sys.stderr)
raise sign_failed
self.run_command(['spctl', '-a', '-texec', '-vvvv', app_in_dmg])
self.run_command([self.src_path_of("installers/darwin/apple-notarize.sh"), app_in_dmg])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment