Fixing Travis build
This commit is contained in:
parent
e964d0a6fd
commit
3aca32c8b2
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Kotatogram – experimental [Telegram Desktop][telegram_desktop] fork.
|
||||
|
||||

|
||||
[](https://travis-ci.org/kotatogram/kotatogram-desktop)
|
||||
|
||||
Original README with build instructions and licenses could be found in [Telegram Desktop repository][telegram_desktop_readme].
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue