David Cortesi píše v Út 29. 01. 2013 v 14:45 -0800:
> 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
The status is that --icon for mac is not implemented. If you run
./pyinstaller.py --help
you will get
-------------------
-i FILE.ICO or FILE.EXE,ID or FILE.ICNS, --icon=FILE.ICO or FILE.EXE,ID
or FILE.ICNS
If FILE is an .ico file, add the icon to the final executable.
Otherwise, the syntax 'file.exe,id' to extract the icon with the
specified id from file.exe and add it to the final executable. If FILE
is an .icns file, add the icon to the final .app bundle on Mac OS X (for
Mac not yet implemented).