Skip to content

Commit

Permalink
Don't sign the app in release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 2, 2024
1 parent 868a039 commit d0fa3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macOS_app/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def do_release(python, dmg_name, freshen=True):
freshen_SnapPy(python)
build_app(python)
cleanup_app(python)
sign_app()
# sign_app()
package_app(dmg_name)


Expand Down

0 comments on commit d0fa3b7

Please sign in to comment.