vesktop: 1.5.6 -> 1.5.7 (#415263)

Diff: https://github.com/Vencord/Vesktop/compare/v1.5.6...v1.5.7

Release: https://github.com/Vencord/Vesktop/releases/tag/v1.5.7
(cherry picked from commit de8f30ca6b)
This commit is contained in:
Masum Reza 2025-06-09 17:21:03 +05:30 committed by github-actions[bot]
parent c50860b1e1
commit 4b5dabeb1a
2 changed files with 10 additions and 10 deletions

View file

@ -1,12 +1,12 @@
diff --git a/src/main/index.ts b/src/main/index.ts diff --git a/src/main/index.ts b/src/main/index.ts
index 2e0d6f7..1108c0f 100644 index 37fd471..d0a9e56 100644
--- a/src/main/index.ts --- a/src/main/index.ts
+++ b/src/main/index.ts +++ b/src/main/index.ts
@@ -20,7 +20,6 @@ import { isDeckGameMode } from "./utils/steamOS"; @@ -18,7 +18,6 @@ import { Settings, State } from "./settings";
if (IS_DEV) { import { isDeckGameMode } from "./utils/steamOS";
require("source-map-support").install();
} else { if (!IS_DEV) {
- autoUpdater.checkForUpdatesAndNotify(); - autoUpdater.checkForUpdatesAndNotify();
} }
// Make the Vencord files use our DATA_DIR console.log("Vesktop v" + app.getVersion());

View file

@ -24,13 +24,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "vesktop"; pname = "vesktop";
version = "1.5.6"; version = "1.5.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Vencord"; owner = "Vencord";
repo = "Vesktop"; repo = "Vesktop";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-hY707k3kpfbDaRsLisVQFUeWgsxkYJ29GTdQtdeC0X4="; hash = "sha256-2YVaDfvhmuUx2fVm9PuMPQ3Z5iu7IHJ7dgF52a1stoM=";
}; };
pnpmDeps = pnpm_10.fetchDeps { pnpmDeps = pnpm_10.fetchDeps {
@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
src src
patches patches
; ;
hash = "sha256-pL4pxIB+tF9Lv5eQdLilvg/T4knjzPqBMbTxoZ3RqbI="; hash = "sha256-C05rDd5bcbR18O6ACgzS0pQdWzB99ulceOBpW+4Zbqw=";
}; };
nativeBuildInputs = nativeBuildInputs =