node-systray
node-systray copied to clipboard
A cross-platform systray library for nodejs.
It works great when building locally with PKG and running the .exe in my repo folder however using GHA to build releases I'm getting startup errors of failing to find...
Hi! I'm trying to use `node-systray` library for hiding and showing terminal with the main process. Reading node docs, you can use `windowsHide` option on child process to hide it,...
My project is just the example except that I had to make to constructor `new SysTray.default` ``` systray failed to start: Cannot read properties of undefined (reading 'items') -snip-\node_modules\systray2\index.js:179 if...
When I run the simple example from the README I get the following error... ``` const systray = new SysTray({ ^ TypeError: SysTray is not a constructor Node.js v22.12.0 ```...