Moved setupEvents
This commit is contained in:
parent
6ce9bde3e4
commit
3b25870906
2 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
|
@ -1,5 +1,5 @@
|
||||||
//handle setupevents as quickly as possible
|
//handle setupevents as quickly as possible
|
||||||
const setupEvents = require('./installers/setupEvents')
|
const setupEvents = require('./setupEvents')
|
||||||
if (setupEvents.handleSquirrelEvent()) {
|
if (setupEvents.handleSquirrelEvent()) {
|
||||||
// squirrel event handled and app will exit in 1000ms, so don't do anything else
|
// squirrel event handled and app will exit in 1000ms, so don't do anything else
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue