[AutoStart > win32] Fix path var name
This commit is contained in:
parent
1b77219a1d
commit
aeb25708ac
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const retainAsar = require('./retainAsar');
|
||||||
const appSettings = require('../appSettings');
|
const appSettings = require('../appSettings');
|
||||||
const settings = appSettings.getSettings();
|
const settings = appSettings.getSettings();
|
||||||
|
|
||||||
const appName = _path.basename(process.execPath, '.exe');
|
const appName = path.basename(process.execPath, '.exe');
|
||||||
const fullExeName = path.basename(process.execPath);
|
const fullExeName = path.basename(process.execPath);
|
||||||
const updatePath = path.join(path.dirname(process.execPath), '..', 'Update.exe');
|
const updatePath = path.join(path.dirname(process.execPath), '..', 'Update.exe');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue