mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update VS2019 build instructions
Clone submodules in https://github.com/desktop-app/tg_owt
This commit is contained in:
parent
144e2e217f
commit
e9e4c7a8cc
2 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
jom -j8 install
|
jom -j8 install
|
||||||
cd ..
|
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
|
cd tg_owt
|
||||||
mkdir out
|
mkdir out
|
||||||
cd out
|
cd out
|
||||||
|
|
|
@ -195,7 +195,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
jom -j8 install
|
jom -j8 install
|
||||||
cd ..
|
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
|
cd tg_owt
|
||||||
mkdir out
|
mkdir out
|
||||||
cd out
|
cd out
|
||||||
|
|
Loading…
Add table
Reference in a new issue