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).

-- 
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.


Reply via email to