diff --git a/src/server/install.js b/src/server/install.js index 8853808..5364e42 100644 --- a/src/server/install.js +++ b/src/server/install.js @@ -1,11 +1,11 @@ +import ChildProcess from 'child_process' +import path from 'path' + export default function handleSquirrelEvent (app) { if (process.argv.length === 1) { return false } - const ChildProcess = require('child_process') - const path = require('path') - const appFolder = path.resolve(process.execPath, '..') const rootAtomFolder = path.resolve(appFolder, '..') const updateDotExe = path.resolve(path.join(rootAtomFolder, 'Update.exe'))