1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00

removed a newline

This commit is contained in:
antelle 2021-01-10 00:17:14 +01:00
parent f994278a8b
commit 9a75eb0a22
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

View File

@ -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');