-
-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Description
Pre-flight checklist
- I have read the contribution documentation for this project.
- I agree to follow the code of conduct that this project uses.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels