Unverified Commit de8f30ca authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files
parent d3b00101
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
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
+++ b/src/main/index.ts
@@ -20,7 +20,6 @@ import { isDeckGameMode } from "./utils/steamOS";
 if (IS_DEV) {
     require("source-map-support").install();
 } else {
@@ -18,7 +18,6 @@ import { Settings, State } from "./settings";
 import { isDeckGameMode } from "./utils/steamOS";

 if (!IS_DEV) {
-    autoUpdater.checkForUpdatesAndNotify();
 }

 // Make the Vencord files use our DATA_DIR
 console.log("Vesktop v" + app.getVersion());
+3 −3
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vesktop";
  version = "1.5.6";
  version = "1.5.7";

  src = fetchFromGitHub {
    owner = "Vencord";
    repo = "Vesktop";
    rev = "v${finalAttrs.version}";
    hash = "sha256-hY707k3kpfbDaRsLisVQFUeWgsxkYJ29GTdQtdeC0X4=";
    hash = "sha256-2YVaDfvhmuUx2fVm9PuMPQ3Z5iu7IHJ7dgF52a1stoM=";
  };

  pnpmDeps = pnpm_10.fetchDeps {
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
      src
      patches
      ;
    hash = "sha256-pL4pxIB+tF9Lv5eQdLilvg/T4knjzPqBMbTxoZ3RqbI=";
    hash = "sha256-C05rDd5bcbR18O6ACgzS0pQdWzB99ulceOBpW+4Zbqw=";
  };

  nativeBuildInputs =