Skip to content

Commit

Permalink
Merge branch 'installer' of github.com:MannLabs/alphadia into installer
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgWa committed Mar 6, 2024
2 parents 9b36f31 + a80c075 commit f803b8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/pyinstaller/cli_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
# [36481] Failed to execute script 'cli_hook' due to unhandled exception!
if sys.argv[1] == "-sS" & sys.argv[2] == "-c":
import platform

print(platform.mac_ver()[0])
sys.exit(0)


multiprocessing.freeze_support()
cli.run()
cli.run()

0 comments on commit f803b8e

Please sign in to comment.