aboutsummaryrefslogtreecommitdiffstats
path: root/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
diff options
context:
space:
mode:
author1024x22024-09-12 15:16:15 +0100
committer1024x22024-09-12 15:16:15 +0100
commit2e462229f8b17bd2210118a545c24cdf4a21348c (patch)
tree08d49c3c468467fb501c6165f513e12d8fa7729b /vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
parent8676c6705d27c5e6246bb5d4b6732614f5672c98 (diff)
Update patchesHEADpatches
Diffstat (limited to 'vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch')
-rw-r--r--vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch b/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
index 83bd402..d1ec0ec 100644
--- a/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
+++ b/vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch
@@ -1,4 +1,4 @@
-From 3bdfceda8ef7add84ddb39428c67e391d796c001 Mon Sep 17 00:00:00 2001
+From 17bfc033158bdce9344f166864ca35b03699e341 Mon Sep 17 00:00:00 2001
From: 1024x2 <2pow11@gmail.com>
Date: Sat, 9 Mar 2024 08:00:55 +0000
Subject: [PATCH 4/8] Updater: don't prompt for updates when on a local branch
@@ -8,7 +8,7 @@ Subject: [PATCH 4/8] Updater: don't prompt for updates when on a local branch
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/src/main/updater/git.ts b/src/main/updater/git.ts
-index 1955f7dc..0226565e 100644
+index 1955f7d..0226565 100644
--- a/src/main/updater/git.ts
+++ b/src/main/updater/git.ts
@@ -49,12 +49,7 @@ async function getRepo() {
@@ -26,5 +26,5 @@ index 1955f7dc..0226565e 100644
const commits = res.stdout.trim();
return commits ? commits.split("\n").map(line => {
--
-2.45.2
+2.46.0