mirror of https://github.com/keeweb/keeweb
removed a newline
parent
f994278a8b
commit
9a75eb0a22
|
@ -46,7 +46,6 @@ function installWin32Update(updateFilePath) {
|
|||
// so we write our command to a script and launch it
|
||||
|
||||
const appDir = path.dirname(electron.app.getPath('exe'));
|
||||
|
||||
const updateCommand = `"${updateFilePath}" /U1 /D=${appDir}`;
|
||||
|
||||
const tempPath = path.join(electron.app.getPath('temp'), 'KeeWeb');
|
||||
|
|
Loading…
Reference in New Issue