From: Carl Hetherington Date: Mon, 26 Jun 2023 08:03:33 +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=03d77e3d35f8793805c382f9348590ffb6c23bce;hp=2fda86c2b09c495aa74ce1a2e440228a01a51cfe;p=cdist.git fixup! Use notarytool instead of altool for notarizing macOS apps. --- diff --git a/cdist b/cdist index 495a7d6..deb901f 100755 --- a/cdist +++ b/cdist @@ -127,7 +127,7 @@ class Config: Option('flatpak_state_dir'), Option('parallel', multiprocessing.cpu_count()), Option('temp', '/var/tmp'), - Option('osx_notarytool', ['xcrun', 'notarytool']) + Option('osx_notarytool', ['xcrun', 'notarytool'])] config_dir = '%s/.config' % os.path.expanduser('~') if not os.path.exists(config_dir):