
Icons - electron-builder
It is important to provide icon.ico (or icon.png), as otherwise the default Electron icon will be used. Linux icon set will be generated automatically based on the macOS icns file or common …
Custom App Icons - Electron Forge
The purpose of this guide is to walk through the process of generating and setting an app icon, as well as setting installer and setup icons.
How to set app icon for Electron / Atom Shell App
Jul 21, 2015 · As a most recent solution, I found an alternative of using --icon switch. Here is what you can do. Create a directory named build in your project directory and put the .icns the icon …
How to set a custom icon for an Electron app — Erik Martín Jordán
Jan 26, 2021 · Create a /build folder before building your Electron app and place your custom icon there: The icon should be called icon.png or icon.ico and it should be at least 256x256 in …
How to change app icon using electron-builder - Stack Overflow
Jan 21, 2018 · You should create your icon as an .ico file (for Windows icon) and place it in your project. If you use @Nir's example directory of "app/icons/icon.ico". Then in your package.json …
electron-forge-docs/guides/create-and-add-icons.md at v6 - GitHub
The purpose of this guide is to walk through the process of generating and setting an app icon, as well as setting installer and setup icons. Generating your icon can be done using various …
App Icons for Electron - Quasar Framework
These images are used to display the icon of the application in the desktop operating system in the tray, on the desktop, in the file-browser and in relevant stores. The icon.ico file is for …
GitHub - jaretburkett/electron-icon-maker: An icon generator to ...
An icon generator to generate all the icon files needed for electron packaging Resources
electron-icon-builder - npm
An icon generator to generate all the icon files needed for electron packaging. Latest version: 2.0.1, last published: 4 years ago. Start using electron-icon-builder in your project by running …
An icon generator to generate all the icon files needed for ... - GitHub
An icon generator to generate all the icon files needed for electron packaging. Install globally using. To use. Install locally. To use. Input file should be 1024px x 1024px or larger. Make …