diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-26 11:41:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-26 11:41:55 +0200 |
| commit | 5239611fe1274dbc877431d66f19638b946011f3 (patch) | |
| tree | 0c709d95b3717dea83a86b61cb7783adab24a98c | |
| parent | feaa6ea13cc2112d4b60fd5f27250a5df5f5f739 (diff) | |
fixup! Use notarytool instead of altool for notarizing macOS apps.
| -rwxr-xr-x | cdist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'), |
