Conversation
In order to support macOS .icon format
icon asset taken from the iOS Signal repo
I updated the PR description with two screenshots. @ayumi-signal Is this PR likely to be merged anytime soon? |
|
Hi, sorry for the delay. We've been trying to update electron-builder but with the last attempt there was an issue with the electron/universal dependency. Once we're able to update electron-builder then we can fix the icon. |
Is there an issue/PR where this problem is described in more detail? |
|
Yes is there an issue we can follow for the underlying blocking issue you described @ayumi-signal? |

First time contributor checklist:
Contributor checklist:
mainbranchpnpm run readyrun passes successfully (more about tests here)Description
closes #7530
In order to support the macOS Tahoe icon styles (dark, clear, tinted) a new icon format must be used for the app icon asset.
In this PR I updated the
electron-builderto a version that supports the.iconassets and replaced the legacy.icnsasset with the new.iconone.The
.iconfile was taken from the Signal iOS repositoryNew icons with light and dark style settings:

