diff --git a/package.json b/package.json index 06e0045..7ee3842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vesktop", - "version": "1.5.7", + "version": "1.5.8", "private": true, "description": "Vesktop is a custom Discord desktop app", "keywords": [], diff --git a/patches/electron-updater.patch b/patches/electron-updater.patch index 1431edd..b9e9606 100644 --- a/patches/electron-updater.patch +++ b/patches/electron-updater.patch @@ -10,7 +10,7 @@ index 563187bb18cb0bd154dff6620cb62b8c8f534cd6..d91594026c2bac9cc78ef3b1183df324 + let packageManager; + try { + packageManager = this.spawnSyncLog("which zypper"); -+ } catch {}; ++ } catch {} const installerPath = this.installerPath; if (installerPath == null) { this.dispatchError(new Error("No valid update available, can't quit and install"));