Skip to content

Commit de8f30c

Browse files
authored
1 parent d3b0010 commit de8f30c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/src/main/index.ts b/src/main/index.ts
2-
index 2e0d6f7..1108c0f 100644
2+
index 37fd471..d0a9e56 100644
33
--- a/src/main/index.ts
44
+++ b/src/main/index.ts
5-
@@ -20,7 +20,6 @@ import { isDeckGameMode } from "./utils/steamOS";
6-
if (IS_DEV) {
7-
require("source-map-support").install();
8-
} else {
5+
@@ -18,7 +18,6 @@ import { Settings, State } from "./settings";
6+
import { isDeckGameMode } from "./utils/steamOS";
7+
8+
if (!IS_DEV) {
99
- autoUpdater.checkForUpdatesAndNotify();
1010
}
11-
12-
// Make the Vencord files use our DATA_DIR
11+
12+
console.log("Vesktop v" + app.getVersion());

pkgs/by-name/ve/vesktop/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
}:
2525
stdenv.mkDerivation (finalAttrs: {
2626
pname = "vesktop";
27-
version = "1.5.6";
27+
version = "1.5.7";
2828

2929
src = fetchFromGitHub {
3030
owner = "Vencord";
3131
repo = "Vesktop";
3232
rev = "v${finalAttrs.version}";
33-
hash = "sha256-hY707k3kpfbDaRsLisVQFUeWgsxkYJ29GTdQtdeC0X4=";
33+
hash = "sha256-2YVaDfvhmuUx2fVm9PuMPQ3Z5iu7IHJ7dgF52a1stoM=";
3434
};
3535

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

4646
nativeBuildInputs =

0 commit comments

Comments
 (0)