From c95f052e6001567168d125452490b4bb4316f964 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 5 Jul 2021 19:31:21 +0300 Subject: [PATCH] Fix "Show in Finder" app focus bug by a Qt patch. --- docs/building-xcode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/building-xcode.md b/docs/building-xcode.md index 7d416af36..347dc17fe 100644 --- a/docs/building-xcode.md +++ b/docs/building-xcode.md @@ -29,7 +29,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout 8764c08 + git checkout 51a9fc5 cd ../ git clone https://chromium.googlesource.com/external/gyp git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git @@ -58,7 +58,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout 8764c08 + git checkout 51a9fc5 cd .. git clone https://git.tukaani.org/xz.git