-
Notifications
You must be signed in to change notification settings - Fork 26
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
base: master
Are you sure you want to change the base?
Conversation
add archive of 2017-2018 version of site to docs
…nd_sim Updated simulation for immigration bonds instead of bail
@@ -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", |
There was a problem hiding this comment.
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.
#52
I removed node-icns, I had to add && because for some reason it kept giving me an error with the semicolon.