Fix crash in search in Finder on macOS.

This commit is contained in:
John Preston 2021-11-24 17:37:12 +04:00
parent c7433477bc
commit 9308615361
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ if customRunCommand:
stage('patches', """
git clone https://github.com/desktop-app/patches.git
cd patches
git checkout 85bce38ec7
git checkout eb843853be
""")
stage('depot_tools', """