Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "launcher icons"
-
I decided to make some minimalist icons for my launcher. What do you guys think?
Edit: I just noticed the devrant color is slightly too light. Will fix soon8 -
Client: Sends me the logo to use for android app as launcher icon.
Me : Send him the apk with the launcher icon he sent
Client: 10 minutes later the logo icon of the app in a way its also blurred in a way when you compare with other apps icon on the phone
Me: I warned you and you pushed I using it. -
Just installed KISS launcher on my Android and, omg it changes so much I like it!! It forces you to do and launch the app you need without being surrounded by tons of icons on the screen, awesome 😊15
-
I decided to make some new icons for Atom editor (the launcher/executable ones), because I liked the vscode-icons project.
Made the repo on GitHub and decided to automate making the icons for different OS using Travis CI.
Started writing the Python Script for Travis.
My google queries:
How to generate icons for Linux?
I can use SVG or generate a PNG, many libraries available. 👍👍
How to generate icons for Windows?
Generate PNGs of various sizes and pack in an .ico file. Easy enough
So far so good.
How to generate icons for Mac?
Mac needs a .icns file, a package of PNGs of various sizes. Libraries available but can be done on OSX only. 😫😫
Then I think, what OS does Travis use?
Oh, I can specify macOS in it 😁😁😁
Starts the build 😎😎
Travis doesn't support Python on macOS
😑😑😑😑