Skip to content

Commit 248d96c

Browse files
authored
Merge branch 'Vencord:main' into main
2 parents 2fed5fa + 4a2d12f commit 248d96c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vesktop",
3-
"version": "1.5.7",
3+
"version": "1.5.8",
44
"private": true,
55
"description": "A fork of Vesktop pre-packaged with Vencord+",
66
"keywords": [],

patches/electron-updater.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ index 563187bb18cb0bd154dff6620cb62b8c8f534cd6..d91594026c2bac9cc78ef3b1183df324
1010
+ let packageManager;
1111
+ try {
1212
+ packageManager = this.spawnSyncLog("which zypper");
13-
+ } catch {};
13+
+ } catch {}
1414
const installerPath = this.installerPath;
1515
if (installerPath == null) {
1616
this.dispatchError(new Error("No valid update available, can't quit and install"));

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)