Fixed travis build output file check.
This commit is contained in:
parent
d5ed93edd5
commit
1e64a56986
|
@ -144,7 +144,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
local filePath="$srcdir/tdesktop/Linux/Release/Telegram"
|
local filePath="$srcdir/tdesktop/Linux/Debug/Telegram"
|
||||||
if test -f "$filePath"; then
|
if test -f "$filePath"; then
|
||||||
success_msg "Build successful done! :)"
|
success_msg "Build successful done! :)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue