mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 17:51:41 -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_ssl=-lssl \
|
||||||
-Dlinux_lib_crypto=-lcrypto \
|
-Dlinux_lib_crypto=-lcrypto \
|
||||||
-Dlinux_lib_icu=-licuuc\ -licutu\ -licui18n \
|
-Dlinux_lib_icu=-licuuc\ -licutu\ -licui18n \
|
||||||
--depth=. --generator-output=../.. --format=cmake -Goutput_dir=out \
|
--depth=. --generator-output=.. --format=cmake -Goutput_dir=../out \
|
||||||
Telegram.gyp
|
Telegram.gyp
|
||||||
cd "$UPSTREAM/out/Debug"
|
cd "$UPSTREAM/out/Debug"
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ before_build:
|
||||||
- .\.appveyor\install.bat
|
- .\.appveyor\install.bat
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: Telegram.sln
|
project: Telegram\Telegram.sln
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: out\Debug\Telegram.exe
|
- path: out\Debug\Telegram.exe
|
||||||
|
|
Loading…
Add table
Reference in a new issue