summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-26 10:04:17 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-26 10:04:17 +0200
commitfeaa6ea13cc2112d4b60fd5f27250a5df5f5f739 (patch)
tree3b8e549b71faa84556b2d50c0c367c0bb6c587a0
parent03d77e3d35f8793805c382f9348590ffb6c23bce (diff)
fixup! Use notarytool instead of altool for notarizing macOS apps.
-rwxr-xr-xcdist4
1 files changed, 2 insertions, 2 deletions
diff --git a/cdist b/cdist
index deb901f..52d239b 100755
--- a/cdist
+++ b/cdist
@@ -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):