From e055069be2259a3116023d9333cc74cf9e3c50ca Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Tue, 7 May 2024 18:16:56 +0100 Subject: Remove last patch (fixed by upstream) --- 0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch') diff --git a/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch b/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch index 3a03aa7..f9c26e4 100644 --- a/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch +++ b/0004-Updater-don-t-prompt-for-updates-when-on-a-local-bra.patch @@ -1,7 +1,7 @@ -From 7aa6223d4b8a9a9c2e5329e5196a6a0cd23e1097 Mon Sep 17 00:00:00 2001 +From b7338cfdaab929af2dad6d202a237ed824ad58b2 Mon Sep 17 00:00:00 2001 From: 1024x2 <2pow11@gmail.com> Date: Sat, 9 Mar 2024 08:00:55 +0000 -Subject: [PATCH 4/7] Updater: don't prompt for updates when on a local branch +Subject: [PATCH 4/6] Updater: don't prompt for updates when on a local branch --- src/main/updater/git.ts | 7 +------ @@ -26,5 +26,5 @@ index 1955f7d..0226565 100644 const commits = res.stdout.trim(); return commits ? commits.split("\n").map(line => { -- -2.44.0 +2.45.0 -- cgit v1.2.3