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
...
if (require('electron-squirrel-startup')) app.quit();
...
const Module = require('./mymodule');
Also, the event handling seems to take quite some time, like it the app was not actually closing immediately. The installation works fine though, and the app then works correctly when it is launched by the user.
Is the code after app.quit() executed? If so, shouldn't this be prevented somehow?
PS: this issue only appeared after upgrading to last version of electron and electron-squirrel
The text was updated successfully, but these errors were encountered:
During the startup, I get
The main.js looks like:
Also, the event handling seems to take quite some time, like it the app was not actually closing immediately. The installation works fine though, and the app then works correctly when it is launched by the user.
Is the code after app.quit() executed? If so, shouldn't this be prevented somehow?
PS: this issue only appeared after upgrading to last version of electron and electron-squirrel
The text was updated successfully, but these errors were encountered: