Moved setupEvents

This commit is contained in:
Joel Collins 2019-03-24 21:52:22 +00:00
parent 6ce9bde3e4
commit 3b25870906
2 changed files with 1 additions and 1 deletions

2
app.js
View file

@ -1,5 +1,5 @@
//handle setupevents as quickly as possible
const setupEvents = require('./installers/setupEvents')
const setupEvents = require('./setupEvents')
if (setupEvents.handleSquirrelEvent()) {
// squirrel event handled and app will exit in 1000ms, so don't do anything else
return;