When making an Electron based desktop app for Windows, I noticed that upon building it with electron-builder
and launching the executable (portable), the process name in Task Manager is the app’s description
field set in package.json
:
This project’s full code is on GitHub. How could I make this look something like Botcord
as supposed? Any help is appreciated.