如何为Electron应用程序设置应用程序图标?
我正在尝试,BrowserWindow({icon:'path/to/image.png'});但它不起作用.
BrowserWindow({icon:'path/to/image.png'});
我是否需要打包应用才能看到效果?
icons electron
electron ×1
icons ×1