bump to v1.5.8
This commit is contained in:
@@ -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": [],
|
||||||
|
|||||||
@@ -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"));
|
||||||
|
|||||||
Reference in New Issue
Block a user