From: Carl Hetherington Date: Mon, 26 Jun 2023 08:04:17 +0000 (+0200) Subject: fixup! Use notarytool instead of altool for notarizing macOS apps. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=feaa6ea13cc2112d4b60fd5f27250a5df5f5f739;hp=03d77e3d35f8793805c382f9348590ffb6c23bce;p=cdist.git fixup! Use notarytool instead of altool for notarizing macOS apps. --- 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):