-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version mismatch Issue #433
Comments
It seems you use old electron-builder version? Because |
Oops, I put this issue on the wrong package! I got confused between electron builder and packager... 😬 |
OK, so I switched to using electron-builder, and still get the same issue. It builds and runs properly, and displays the same version as if I had run it from 'electron', but clipboard events do not fire in the browser (copy, paste, etc.) My code:
|
I figured it out. It turns out I wasn't creating the menu properly. |
I'm trying to build an electron app using electron builder. It seems to work, but the 'paste' event isn't being handled in the electron-builder version. It does work when I use the 'electron' command.
I took a screenshot of the behavior here:
(On the left is the electron-builder version, with no paste event. On the right is the 'electron' version. Both are running the same version of electron.)
These are the command line arguments I am using:
The text was updated successfully, but these errors were encountered: