sindresorhus / get-windows

Get metadata about the active window and open windows (title, id, bounds, owner, etc)
MIT License
798 stars 166 forks source link

enhancement: support getting active windows in packaged electron envi… #192

Closed timeowilliams closed 1 month ago

timeowilliams commented 1 month ago

…ronments

Added additional logic to support Electron/Packaged environments where binary was unaccessible.

Resolves: https://github.com/sindresorhus/get-windows/issues/185

sindresorhus commented 1 month ago

Thanks for the PR, but I'm not interested in adding Electron-specific logic here. The problem is the building tool you are using. You should open an issue there instead.