Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using --icon when packaging #58

Open
cosmin-novac opened this issue Jun 20, 2016 · 2 comments
Open

Using --icon when packaging #58

cosmin-novac opened this issue Jun 20, 2016 · 2 comments

Comments

@cosmin-novac
Copy link

I tried different paths for the icon.png file but none seems to work and I can't find any documentation. What is the correct path to use? Also, is it relative to the main folder or the .electrify folder? Or an absolute path?

@ghost
Copy link

ghost commented Jun 21, 2016

It seems that elctrify can only set icon from *.ico file. At least on
windows. I do use --icon parameter with following option:

electrify package -o c:\dist2 -- --icon=.electrify/icon_48_full.ico

and run it from project root.

@derwok
Copy link

derwok commented Oct 20, 2016

Yes. On MacOS is has to be an *.icns file. Trying a *.png file silently ignored my "--icon" parameter.
On MacOSX this worked for me:

electrify package -- --icon=/path/to/logo/appicon.icns

Maybe the electrify readme doc could clarify things up here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants