Fixing Travis build

This commit is contained in:
Eric Kotato 2019-09-23 00:57:40 +03:00
parent e964d0a6fd
commit 3aca32c8b2
2 changed files with 4 additions and 4 deletions

View file

@ -49,9 +49,9 @@ GYP_DEFINES=""
run() {
# Move files to subdir
cd ..
mv tdesktop tdesktop2
mkdir tdesktop
mv tdesktop2 "$UPSTREAM"
mv kotatogram-desktop kotatogram-desktop2
mkdir kotatogram-desktop
mv kotatogram-desktop2 "$UPSTREAM"
mkdir "$BUILD"

View file

@ -1,6 +1,6 @@
# Kotatogram experimental [Telegram Desktop][telegram_desktop] fork.
![Travis build status](https://img.shields.io/travis/kotatogram/kotatogram-desktop?label=Travis%20Build&style=for-the-badge)
[![Travis build status](https://img.shields.io/travis/kotatogram/kotatogram-desktop?label=Travis%20Build&style=for-the-badge)](https://travis-ci.org/kotatogram/kotatogram-desktop)
Original README with build instructions and licenses could be found in [Telegram Desktop repository][telegram_desktop_readme].