fixup! Use notarytool instead of altool for notarizing macOS apps.
authorCarl Hetherington <cth@carlh.net>
Mon, 26 Jun 2023 09:41:55 +0000 (11:41 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 26 Jun 2023 09:41:55 +0000 (11:41 +0200)
cdist

diff --git a/cdist b/cdist
index 52d239b553510e6e2eff8f9969c8db06c87a5154..f101d59e23c3f4d6f5d7fee405c6634ff12db443 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -745,8 +745,8 @@ class AppImageTarget(LinuxTarget):
 
 
 def notarize_dmg(dmg):
-    p = subprocess.run([
-            config.osx_notarytool,
+    p = subprocess.run(
+            config.get('osx_notarytool') + [
             'submit',
             '--apple-id',
             config.get('apple_id'),