From e52fea051b9c866c7c59b9ce2b9764c7c117de25 Mon Sep 17 00:00:00 2001 From: Marc Culler Date: Mon, 2 Dec 2024 17:37:57 -0600 Subject: [PATCH] Don't package it either. --- macOS_app/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macOS_app/release.py b/macOS_app/release.py index 5039cbf5..c3380b49 100755 --- a/macOS_app/release.py +++ b/macOS_app/release.py @@ -152,7 +152,7 @@ def do_release(python, dmg_name, freshen=True): build_app(python) cleanup_app(python) # sign_app() - package_app(dmg_name) +# package_app(dmg_name) if __name__ == '__main__':