Skip to content

Commit

Permalink
debug: return before verify
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jun 19, 2024
1 parent d33c1f3 commit 373549a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/Scripts/SignAppInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def signMacos():
# Sign app installer
####################

return

try:
sub_message = f'display information about the code at "{CONFIG.setup_exe_path}" before signing'
Functions.run(
Expand Down Expand Up @@ -190,8 +192,6 @@ def signMacos():
else:
Functions.printSuccessMessage(sub_message)

return

try:
sub_message = f'display information about the code at "{CONFIG.setup_exe_path}" after signing'
Functions.run(
Expand Down

0 comments on commit 373549a

Please sign in to comment.