OS: Windows
Tech Stack: ElectronJS with electron-builder npm package
I am using the fileAssociations
property in package.json
(I am using electron-builder
). In that configuration, I can set my application to be the default file handler for a file extension and optionally set an icon to be displayed on those files. My question is:
Is it possible to set different icons for different file types using electron-builder
configuration?
For example, icon 'A.ico' for file extension 'abc' and 'B.ico' for file extension 'xyz' that my application is the default for?