Pre-flight checklist
Problem description
To add an icon to a macOS app, all you have to do is to create an .icns file and stuff it in the app's Resources folder.
You can provide the .icns file to electron-forge, and it will automatically bundle and make it work with the app.
Apple introduced a new way to create icons using Icon Composer. This is not a standard image format and has assets & layers bundled inside it.
However, this app creates .icon files which does not currently work with electron-forge.
Reference electron-userland/electron-builder#9254
Proposed solution
Support Liquid Glass Icons for macOS 26
Alternatives considered
None
Additional information
No response
Pre-flight checklist
Problem description
To add an icon to a macOS app, all you have to do is to create an .icns file and stuff it in the app's Resources folder.
You can provide the .icns file to electron-forge, and it will automatically bundle and make it work with the app.
Apple introduced a new way to create icons using Icon Composer. This is not a standard image format and has assets & layers bundled inside it.
However, this app creates .icon files which does not currently work with electron-forge.
Reference electron-userland/electron-builder#9254
Proposed solution
Support Liquid Glass Icons for macOS 26
Alternatives considered
None
Additional information
No response