Open mharbison72 opened 4 years ago
I'm not sure which is the right approach. It looks like pyinstaller sets it to True, while py2app sets it to 'macosx_app', and py2exe sets it to 'windows_exe' or 'console_exe'.
I had no idea different tools did things differently!
I think setting it to a string makes sense.
I'm not sure which is the right approach. It looks like pyinstaller sets it to True, while py2app sets it to 'macosx_app', and py2exe sets it to 'windows_exe' or 'console_exe'.