Skip to content

Commit

Permalink
debug: return after verify
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jun 19, 2024
1 parent 7c779a4 commit 9b38f3c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/Scripts/SignAppInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ def signMacos():
else:
Functions.printSuccessMessage(sub_message)

return

try:
sub_message = f'sign installer app "{CONFIG.setup_exe_path}" with imported certificate'
Functions.run(
Expand Down Expand Up @@ -216,10 +218,6 @@ def signMacos():
else:
Functions.printSuccessMessage(sub_message)


return


########################
# Notarize app installer
########################
Expand Down

0 comments on commit 9b38f3c

Please sign in to comment.