From 2e462229f8b17bd2210118a545c24cdf4a21348c Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Thu, 12 Sep 2024 15:16:15 +0100 Subject: Update patches --- .../0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vencord-patches/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch') 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 -- cgit v1.2.3