To resolve ticket #350 (http://www.pyinstaller.org/ticket/350) you added code to make a Mac OS --onefile bundled app use the pyinstaller icon.
This demonstrates that somebody understood how to apply an icon file to a mac app bundle (add a line in the info.plist and put the .icns file in the Resources folder). In that case it should be dead simple to actually implement the --icon=myfile.icns option for Mac OS (merely substitute the user's file for the pyinstaller icns file and continue as per ticket #350). But it doesn't have any effect. I see ticket #237 calling for that function but its status is not clear to me. What is the status of --icon option for mac os? Thanks, Dave Cortesi -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
