Update VS2019 build instructions

Clone submodules in https://github.com/desktop-app/tg_owt
This commit is contained in:
Himself65 2020-12-14 16:46:51 +08:00 committed by John Preston
parent 144e2e217f
commit e9e4c7a8cc
2 changed files with 2 additions and 2 deletions

View file

@ -195,7 +195,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
jom -j8 install
cd ..
git clone https://github.com/desktop-app/tg_owt.git
git clone --recursive https://github.com/desktop-app/tg_owt.git
cd tg_owt
mkdir out
cd out

View file

@ -195,7 +195,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
jom -j8 install
cd ..
git clone https://github.com/desktop-app/tg_owt.git
git clone --recursive https://github.com/desktop-app/tg_owt.git
cd tg_owt
mkdir out
cd out