From feaa6ea13cc2112d4b60fd5f27250a5df5f5f739 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Jun 2023 10:04:17 +0200 Subject: [PATCH] fixup! Use notarytool instead of altool for notarizing macOS apps. --- cdist | 4 ++-- 1 file 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): -- 2.30.2