[Solved] My mac app I made with pyinstaller opens and then closes immediately but then reopens 30 seconds later


So I found out after reading through the documentation that I typed in the command wrong. Here is the new command I used pyinstaller -w --icon=AppIcon.icns VideoDownloader.py. Works like a charm.

1

solved My mac app I made with pyinstaller opens and then closes immediately but then reopens 30 seconds later