[FirstRun > win32] Fix using wrong named var causing error
This commit is contained in:
parent
fddf332713
commit
7e354ccd4f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const squirrel = require('../updater/squirrelUpdate');
|
||||||
const Constants = require('../Constants');
|
const Constants = require('../Constants');
|
||||||
|
|
||||||
const appPath = path.resolve(process.execPath, '..');
|
const appPath = path.resolve(process.execPath, '..');
|
||||||
const rootPath = path.resolve(appFolder, '..');
|
const rootPath = path.resolve(appPath, '..');
|
||||||
const exeFilename = path.basename(process.execPath);
|
const exeFilename = path.basename(process.execPath);
|
||||||
const updateExe = path.join(rootFolder, 'Update.exe');
|
const updateExe = path.join(rootFolder, 'Update.exe');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue