This commit is contained in:
Eugene Pankov
2021-07-07 21:33:26 +02:00
parent 4534eefc1d
commit a159890cba
12 changed files with 40 additions and 34 deletions

View File

@@ -120,7 +120,7 @@ export class ElectronUpdaterService extends UpdaterService {
async update (): Promise<void> {
if (!this.electronUpdaterAvailable) {
this.electron.shell.openExternal(this.updateURL)
await this.electron.shell.openExternal(this.updateURL)
} else {
if ((await this.platform.showMessageBox(
{