Closed Llorx closed 4 years ago
You need to copy the tray_windows_release.exe
from node_modules\systray2\traybin\tray_windows_release.exe
to <working directory>\traybin\tray_windows_release.exe
. It was previously in systray
<working directory>\..\traybin\tray_windows_release.exe
which I found very strange.
I know the problem. I forgot to change the export path in the package. Let me fix it.
It should be fixed in 2.0.5.
Yay, thank you.
Just done a
npm install systray2
and changed theimport systray from systray
toimport systray from systray2
and this error happens:ENOENT tray_windows_release.exe
.