From 3498e39cbb331008d80dc5dea03f1fb85a11a66c Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 8 Jul 2025 01:02:17 +0200 Subject: [PATCH] bump to v1.5.8 --- package.json | 2 +- patches/electron-updater.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"));