79118034

Date: 2024-10-23 13:11:57
Score: 2
Natty:
Report link

For those using electron by itself with a package.json file. make sure to include the path to the png with the "icon" key.

example:

{

"name": "app",

"version": "1.0.0",

"description": "generic description",

"main": "main.js",

"type": "module",

"icon": "./path/to/icon.png",

}

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kyier Cupid