Update patches revision in instructions.

This commit is contained in:
John Preston 2021-06-26 13:00:16 +03:00
parent 48d482006a
commit 27da6ee9eb
3 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
cd ThirdParty cd ThirdParty
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout 41ead72 git checkout 7f8a282
cd ../ cd ../
git clone https://chromium.googlesource.com/external/gyp git clone https://chromium.googlesource.com/external/gyp
cd gyp cd gyp
@ -65,7 +65,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout 41ead72 git checkout 7f8a282
cd .. cd ..
git clone https://github.com/desktop-app/lzma.git git clone https://github.com/desktop-app/lzma.git

View File

@ -34,7 +34,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
cd ThirdParty cd ThirdParty
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout ad34925 git checkout 7f8a282
cd ../ cd ../
git clone https://chromium.googlesource.com/external/gyp git clone https://chromium.googlesource.com/external/gyp
cd gyp cd gyp
@ -65,7 +65,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout ad34925 git checkout 7f8a282
cd .. cd ..
git clone https://github.com/desktop-app/lzma.git git clone https://github.com/desktop-app/lzma.git

View File

@ -268,8 +268,8 @@ Go to ***BuildPath*** and run
cd ../../.. cd ../../..
build/gyp_crashpad.py -Dmac_deployment_target=10.10 build/gyp_crashpad.py -Dmac_deployment_target=10.10
ninja -C out/Debug ninja -C out/Debug base crashpad_util crashpad_client crashpad_handler
ninja -C out/Release ninja -C out/Release base crashpad_util crashpad_client crashpad_handler
cd .. cd ..
git clone git://code.qt.io/qt/qt5.git qt_5_15_2 git clone git://code.qt.io/qt/qt5.git qt_5_15_2