timche / gmail-desktop

:postbox: Nifty Gmail desktop app for macOS, Linux & Windows
MIT License
832 stars 91 forks source link

add prebuilt icon.icns for macOS #300

Closed DinCahill closed 2 years ago

DinCahill commented 2 years ago

Resolves #275.

I took the icns file from the latest beta dmg, opened it in the Preview app on macOS Catalina, and exported it. It grew from 26Kb to 44KB, but it fixes the glitch in Finder, Spotlight, Activity Monitor etc.

Adding build/icon.icns makes electron-builder use it for macOS builds.

Before:

Screenshot 2022-02-06 at 07 19 39

After:

Screenshot 2022-02-06 at 07 20 23

Exporting the icon:

Screenshot 2022-02-06 at 07 38 03

timche commented 2 years ago

Thanks for fixing this!