diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-14 02:39:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-14 02:39:33 +0200 |
| commit | 959533f10036c8f536eb8dff41cf6189937a6292 (patch) | |
| tree | 48aa0c137afd761249d92a624b34fe5cb6a3eb2e | |
| parent | d80a4cfe7bd5dd5f9d5bdcb8f677c13bb448c892 (diff) | |
Fix notarization some more.jenkins
| -rwxr-xr-x | cdist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -792,8 +792,8 @@ class OSXSingleTarget(OSXTarget): for x in p: if not isinstance(x, tuple): raise Error('macOS packages must be returned from cscript as tuples of (dmg-filename, bundle-id)') - if not no_notarize: - notarize(x[0], x[1]) + if not no_notarize: + notarize(x[0], x[1]) self._copy_packages(tree, [x[0] for x in p], output_dir) |
