1

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:

Screenshot of the process in Task Manager

This project's full code is on GitHub. How could I make this look something like Botcord as supposed? Any help is appreciated.

1 Answer 1

3

This seems to be a bug in electron-builder versions 25.x, you can downgrade to 24.13.3 or switch to the alpha release 26.0.0-alpha.3. Check out this issue for more details

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.