From 99ccd49e1330dd6258e6d9947c9e7f2cb9d5fd15 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 5 May 2020 18:14:38 +0400 Subject: [PATCH] Version 2.1.2: Update patches revision in docs. --- docs/building-cmake.md | 2 +- docs/building-msvc.md | 4 ++-- docs/building-xcode.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/building-cmake.md b/docs/building-cmake.md index 18910ab0a..f16f8c4cd 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -54,7 +54,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout 10aeaf6 + git checkout e036126 cd ../ git clone https://github.com/xiph/opus diff --git a/docs/building-msvc.md b/docs/building-msvc.md index d3b4a67af..23c1db0af 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -32,7 +32,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** cd ThirdParty git clone https://github.com/desktop-app/patches.git cd patches - git checkout 10aeaf6 + git checkout e036126 cd ../ git clone https://chromium.googlesource.com/external/gyp cd gyp @@ -64,7 +64,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** git clone https://github.com/desktop-app/patches.git cd patches - git checkout 10aeaf6 + git checkout e036126 cd .. git clone https://github.com/desktop-app/lzma.git diff --git a/docs/building-xcode.md b/docs/building-xcode.md index c75f58cbf..91081ccab 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 10aeaf6 + git checkout e036126 cd ../ git clone https://chromium.googlesource.com/external/gyp git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git @@ -47,7 +47,7 @@ Go to ***BuildPath*** and run git clone https://github.com/desktop-app/patches.git cd patches - git checkout 10aeaf6 + git checkout e036126 cd .. xz_ver=5.2.4