Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Dec 3, 2018
1 parent 7bbedca commit 924772d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,14 +1,13 @@
language: cpp
dist: xenial
sudo: require

os:
- linux
- osx

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-add-repository ppa:beineri/opt-qt-5.11.1-xenial -y;
sudo apt-add-repository ppa:beineri/opt-qt-5.11.2-xenial -y;
sudo apt-get update -q;
fi

Expand Down Expand Up @@ -49,9 +48,11 @@ after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq;
curl --upload-file WatchFlower*.AppImage https://transfer.sh/WatchFlower-git.$(git rev-parse --short HEAD)-linux64.AppImage;
echo '>> Uploading to transfer.sh completed';
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
cd bin/;
zip -r -X WatchFlower.zip WatchFlower.app;
curl --upload-file WatchFlower*.zip https://transfer.sh/WatchFlower-git.$(git rev-parse --short HEAD)-macOS.zip;
echo '>> Uploading to transfer.sh completed';
fi
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,10 +8,10 @@ WatchFlower

## Introduction

WatchFlower is a small application that reads and plots datas from your Xiaomi "Flower Care", "Ropot" and "Bluetooth temperature and humidity sensor" devices.
It works with all versions of the devices, and doesn't require GPS or other any other private datas from you, like the official application...
WatchFlower is an application that reads and plots datas from your Xiaomi "Flower Care", "Ropot" and "Bluetooth temperature and humidity sensor" devices.
It works with all versions of the devices, and doesn't require GPS or other any other private datas from you, unlike the official application...

Should work on all Qt platforms, meaning Linux, macOS, Windows, but also Android and iOS! Prebuilt binaries are available on the "release" page.
It works on Linux, macOS, Windows, but also Android and iOS! Prebuilt binaries are available on the "release" page.

### Screenshots!

Expand Down

0 comments on commit 924772d

Please sign in to comment.