[FirstRun > win32] Fix another updated var name error
This commit is contained in:
parent
51f3634a3c
commit
2a77d914c1
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ const Constants = require('../Constants');
|
||||||
const appPath = path.resolve(process.execPath, '..');
|
const appPath = path.resolve(process.execPath, '..');
|
||||||
const rootPath = path.resolve(appPath, '..');
|
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(rootPath, 'Update.exe');
|
||||||
|
|
||||||
const iconFile = 'app.ico';
|
const iconFile = 'app.ico';
|
||||||
const copyIconToRoot = () => {
|
const copyIconToRoot = () => {
|
||||||
|
|
Loading…
Reference in a new issue