summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-06-26 11:41:55 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-26 11:41:55 +0200
commit5239611fe1274dbc877431d66f19638b946011f3 (patch)
tree0c709d95b3717dea83a86b61cb7783adab24a98c
parentfeaa6ea13cc2112d4b60fd5f27250a5df5f5f739 (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 52d239b..f101d59 100755
--- 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'),