node-process-windows
node-process-windows copied to clipboard
Not working after packaging
I've built an fullscreen app (running on windows 10) that launches another fullscreen app. Occasionally, the launched app starts behind the launcher app. I'm attempting to use focusWindow to bring the launched app to the foreground.
This works great in dev mode, but as soon as I package and run the launcher app, this whole library stops working. getProcesses runs but returns an empty array, and focusWindow just silently does nothing. I don't get a visible error of any sort.
Any idea what could be going on here? Thanks much and let me know if I'm leaving out any crucial info!
I have the same problem. Do you have a solution already?