You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Currently I am using Vue CLI Plugin Electron Builder
Node v15.x.x ~ v16.13.1
Electron v13
It works in development with externals: ["node-global-key-listener"] added in Webpack configuration but I get error code -4058 when packaged. Same exact behavior on a packaged node app using nexe or pkg.
I wouldn't be surprised if the main entry that is run from a packaged electron app depends on what tool you use for packaging the app. So it may be impossible to give a single path that works for everyone.
I however don't know enough about this myself, but if this is indeed the case, it would be useful to start keeping track of these different paths and add such configurations for specific packagers in the readme.
Might be useful to add an electron specific global key listener. This package would have the following advantages:
The text was updated successfully, but these errors were encountered: