mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-27 00:53:22 +00:00
Fixed travis build output file check.
This commit is contained in:
parent
d5ed93edd5
commit
1e64a56986
@ -144,7 +144,7 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
local filePath="$srcdir/tdesktop/Linux/Release/Telegram"
|
||||
local filePath="$srcdir/tdesktop/Linux/Debug/Telegram"
|
||||
if test -f "$filePath"; then
|
||||
success_msg "Build successful done! :)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user