Skip to content

Conversation

@davearch
Copy link

@davearch davearch commented Apr 4, 2019

#52
I removed node-icns, I had to add && because for some reason it kept giving me an error with the semicolon.

"scripts": {
"start": "electron .",
"icons": "nicns --in build/logo.png --out build/icon.icns;convert -resize 256x256 build/logo.png build/icon.ico",
"icons": "png2icons build/logo.png build/icon -icns && convert -resize 256x256 build/logo.png build/icon.ico",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 hi, @davearch. what did you do to test this? i'm going to try running your branch shortly. one thing i've noticed is that the output filename has changed, it seems. previously it was build/icon.icns and now it seems to be build/icon -icns. it's probably intended! i just want to confirm that, that still results in a file called build/icon.icns. this is just an initial thought. will get back to you with more, if i come across anything while running your branch.

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

Successfully merging this pull request may close these issues.

5 participants