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

removed deprecated node-icns in favor of png2icons #62

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

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.

@@ -5,7 +5,7 @@
"main": "main.js",
"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