diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-26 10:04:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-26 10:04:17 +0200 |
| commit | feaa6ea13cc2112d4b60fd5f27250a5df5f5f739 (patch) | |
| tree | 3b8e549b71faa84556b2d50c0c367c0bb6c587a0 | |
| parent | 03d77e3d35f8793805c382f9348590ffb6c23bce (diff) | |
fixup! Use notarytool instead of altool for notarizing macOS apps.
| -rwxr-xr-x | cdist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -155,8 +155,8 @@ class Config: for k in self.options: k.offer(s[0], s[1]) - if not isinstance(self.get('osx_notarytool'), list): - self.set('osx_notarytool', [self.get('osx_notarytool')]) + if not isinstance(self.get('osx_notarytool'), list): + self.set('osx_notarytool', [self.get('osx_notarytool')]) def has(self, k): |
