You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because the app's icon is Contents/Resources/LHTML.icns and if the file icon is lhtml.icns it can put it at Contents/Resources/lhtml.icns because my filesystem won't allow it
I'm trying to do the same. My app has an icon and I want a different icon for my fileAssociations (same icon for Windows and OS X). Is this already possible?
My application is named
LHTML
and the file extensions it knows about arelhtml
(same but lowercase).Here's the pertinent parts of my
package.json
:So I have these icons:
build/icon.icns
(macOS application icon)build/icon.ico
(Windows application icon)build/lhtmldoc.icns
(macOS.lhtml
document icon)build/lhtmldoc.ico
(Windows.lhtml
document icon)I don't have a way of specifying the
.lhtml
document icon for both Windows and macOS.I propose supporting something like:
The text was updated successfully, but these errors were encountered: