Relative Content

Tag Archive for node.jselectron

Electron build incorrect (missing icon and code)

I turned half the Internet over in search of a solution to the problem and the solutions that I found did not help me. When testing the application, the icon in the tray as well as the code works fine, but after compiling the code in the application, the icon in the tray does not […]

Avoid closing tray menu after click in Electron

In electron, I have a tray menu in which each item has icon, indicating wheather the item is set or no. To select an item, you must click on it. I don’t want a radio button because I want the set status to be represented with an icon.

Electron process names on production

Electron launches multiple instances/process for each visible window plus main renderer, chrome, GPU etc.. making it very difficult to find out who’s who in the task manager.

making an installation program for electron.js solution

I successfully made an electron.js solution and zipped up the file to hand over the work to the computer where it would be used. It is launched by typing : “npm start” from a command line after the code is unzipped into a folder. It has been a while since I set this up, but I remember that I think the process insisted I download the latest version of NPM. My question is this. How can I create a true installer for an electron.js solution? Can I bundle the NPM with this installation process?