indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.48k stars 239 forks source link

Consider setting `sys.frozen = 'pyoxidizer'` instead of True #189

Open mharbison72 opened 4 years ago

mharbison72 commented 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'.

indygreg commented 4 years ago

I had no idea different tools did things differently!

I think setting it to a string makes sense.