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
I've tried setting the icon via the BrowserWindow icon option as both a string and a NativeImage. I've also tried using the --icon option of electron-packager.
A workaround, at least for the Unity desktop, is to automate the creation and registration of a .desktop file, but I'd prefer a solution using the Electron API or an electron-packager option.
The text was updated successfully, but these errors were encountered:
I've tried setting the icon via the BrowserWindow icon option as both a
string
and aNativeImage
. I've also tried using the --icon option ofelectron-packager
.A workaround, at least for the Unity desktop, is to automate the creation and registration of a .desktop file, but I'd prefer a solution using the Electron API or an
electron-packager
option.The text was updated successfully, but these errors were encountered: