diff --git a/desktop/scripts/update-installer.js b/desktop/scripts/update-installer.js index 51dcb0c4..f89fd52c 100644 --- a/desktop/scripts/update-installer.js +++ b/desktop/scripts/update-installer.js @@ -39,7 +39,7 @@ function installDarwinUpdate(updateFilePath) { `--app=${appPath}` ]); - electron.app.exit(0); + electron.app.quit(); } function installWin32Update(updateFilePath) { @@ -52,7 +52,7 @@ function installWin32Update(updateFilePath) { const ps = spawnDetached('cmd'); ps.stdin.end(`${updateCommand}\nexit\n`, 'utf8', () => { - electron.app.exit(0); + electron.app.quit(); }); } diff --git a/release-notes.md b/release-notes.md index bdeb2525..9aa26998 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,8 +1,9 @@ Release notes ------------- ##### v1.18.4 (TBD) -`-` fix #1810: fixed the extension on old macOS starting 10.11 -`-` fix #1813: fixed custom icon selection +`-` fix #1810: extension connection on old macOS (10.11) +`-` fix #1813: custom icon selection +`-` fix #1811: app doesn't quit during update ##### v1.18.3 (2021-05-09) `-` fix #1804: filling OTP in browser extensions