Skip to content

Commit

Permalink
fix(#249): quit and install after update download on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
sneljo1 committed Mar 4, 2020
1 parent 59fddc0 commit f033d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/features/core/appUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class AppUpdater extends Feature {
this.logger.info('Updating now!');

try {
if (is.linux() || is.macOS()) {
if (is.linux()) {
// tslint:disable-next-line: no-http-string
await shell.openExternal('http://auryo.com#downloads');
} else {
Expand Down

0 comments on commit f033d22

Please sign in to comment.