mirror of
https://github.com/vale981/tdesktop
synced 2025-03-04 17:21:40 -05:00
Fix Appveyor CI build.
This commit is contained in:
parent
b86da76613
commit
e102793d93
2 changed files with 2 additions and 2 deletions
|
@ -624,7 +624,7 @@ buildTelegram() {
|
|||
-Dlinux_lib_ssl=-lssl \
|
||||
-Dlinux_lib_crypto=-lcrypto \
|
||||
-Dlinux_lib_icu=-licuuc\ -licutu\ -licui18n \
|
||||
--depth=. --generator-output=../.. --format=cmake -Goutput_dir=out \
|
||||
--depth=. --generator-output=.. --format=cmake -Goutput_dir=../out \
|
||||
Telegram.gyp
|
||||
cd "$UPSTREAM/out/Debug"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ before_build:
|
|||
- .\.appveyor\install.bat
|
||||
|
||||
build:
|
||||
project: Telegram.sln
|
||||
project: Telegram\Telegram.sln
|
||||
|
||||
artifacts:
|
||||
- path: out\Debug\Telegram.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue