diff --git a/.travis/build.sh b/.travis/build.sh index 92345dfbd..25daad443 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -49,9 +49,9 @@ GYP_DEFINES="" run() { # Move files to subdir cd .. - mv kotatogram-desktop kotatogram-desktop2 - mkdir kotatogram-desktop - mv kotatogram-desktop2 "$UPSTREAM" + mv tdesktop tdesktop2 + mkdir tdesktop + mv tdesktop2 "$UPSTREAM" mkdir "$BUILD" diff --git a/README.md b/README.md index 67c6a253d..72da82794 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # 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)](https://travis-ci.org/kotatogram/kotatogram-desktop) [![Appveyor build status](https://img.shields.io/appveyor/ci/RadRussianRus/kotatogram-desktop?label=Appveyor%20build&style=for-the-badge)](https://ci.appveyor.com/project/RadRussianRus/kotatogram-desktop) - Original README with build instructions and licenses could be found in [Telegram Desktop repository][telegram_desktop_readme]. Also there is [updated instruction on how to build app in Ubuntu 16.04][docs_ubuntu_16].