bump to v1.5.8

This commit is contained in:
Vendicated
2025-07-08 01:02:17 +02:00
parent 3278b16923
commit 3498e39cbb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "vesktop", "name": "vesktop",
"version": "1.5.7", "version": "1.5.8",
"private": true, "private": true,
"description": "Vesktop is a custom Discord desktop app", "description": "Vesktop is a custom Discord desktop app",
"keywords": [], "keywords": [],

View File

@@ -10,7 +10,7 @@ index 563187bb18cb0bd154dff6620cb62b8c8f534cd6..d91594026c2bac9cc78ef3b1183df324
+ let packageManager; + let packageManager;
+ try { + try {
+ packageManager = this.spawnSyncLog("which zypper"); + packageManager = this.spawnSyncLog("which zypper");
+ } catch {}; + } catch {}
const installerPath = this.installerPath; const installerPath = this.installerPath;
if (installerPath == null) { if (installerPath == null) {
this.dispatchError(new Error("No valid update available, can't quit and install")); this.dispatchError(new Error("No valid update available, can't quit and install"));