ente/build
Manav 8990f12140 Use a template task bar icon on macOS
On macOS, Electron supports providing a "template" icon that the system will
then automatically color appropriately depending on the light / dark theme.

> Template images consist of black and an alpha channel. Template images are not
  intended to be used as standalone images and are usually mixed with other
  content to create the desired final appearance.
>
>
> The most common case is to use template images for a menu bar icon, so it can
  adapt to both light and dark menu bars.
>
> Note: Template image is only supported on macOS.
>
> To mark an image as a template image, its filename should end with the word Template.

Maybe the same icon can also be used in other platforms, but I'm not aware of
why the existing icon is white, so I've added a separate file so that the rest
of the platforms remain untouched, and only macOS gets this light / dark mode
fix.

References:

* https://www.electronjs.org/docs/latest/api/tray
* https://www.electronjs.org/docs/latest/api/native-image#template-image
2022-12-09 13:17:04 +05:30
..
entitlements.mac.plist added logic to notize mac app 2021-07-09 14:33:03 +05:30
error.html Capitalize user visible strings 2022-07-11 18:36:05 +05:30
icon.icns Update mac app icon 2021-08-04 15:09:44 +05:30
icon.png updated icons 2021-04-01 18:03:43 +05:30
splash.html Update splash screen 2021-08-04 15:36:27 +05:30
taskbar-icon-Template.png Use a template task bar icon on macOS 2022-12-09 13:17:04 +05:30
taskbar-icon-Template@2x.png Use a template task bar icon on macOS 2022-12-09 13:17:04 +05:30
taskbar-icon-Template@3x.png Use a template task bar icon on macOS 2022-12-09 13:17:04 +05:30
taskbar-icon.png Update taskbar icons 2021-07-09 16:28:19 +05:30
taskbar-icon@2x.png Update taskbar icons 2021-07-09 16:28:19 +05:30
taskbar-icon@3x.png Update taskbar icons 2021-07-09 16:28:19 +05:30
version.html version html for detailed update info 2021-07-16 12:20:38 +05:30
window-icon.png updated the icon path 2021-04-09 12:11:16 +05:30