branchseer / DeskGap

A cross-platform desktop app framework based on Node.js and the system webview
https://deskgap.com/
MIT License
1.83k stars 75 forks source link

Icon not showing #32

Open Vrganj opened 5 years ago

Vrganj commented 5 years ago

I tried using

new BrowserWindow({ icon: 'favicon.ico' });

I tried with .ico, .png and .icns, too. I even tried to set it using .setIcon(). Does anyone know how to make it show a custom icon?

(Note: using Windows 10)

adoriandoran commented 5 years ago

I was wondering the same thing too, so I took a look inside of the DeskGap's source code. Unfortunately, it's not implemented yet on Windows.

Vrganj commented 5 years ago

Oh, that's unfortunate. I hope it gets implemented soon.