diff --git a/.appveyor.yml b/.appveyor.yml index af818ab2f..ff34f48f3 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,5 +12,5 @@ build_script: - cd .. - mkdir rssguard-build - cd rssguard-build - - C:\Qt\5.7\msvc2013\qmake C:\rssguard + - C:\Qt\5.7\msvc2013\bin\qmake.exe C:\rssguard - nmake \ No newline at end of file diff --git a/README.md b/README.md index 88d577a7f..5d0e1d4d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ RSS Guard ========= -[![Build status](https://img.shields.io/travis/martinrotter/rssguard.svg?maxAge=360)](https://travis-ci.org/martinrotter/rssguard) +[![AppVeyor](https://img.shields.io/appveyor/ci/martinrotter/rssguard.svg?maxAge=360)](https://ci.appveyor.com/project/martinrotter/rssguard) +[![Travis CI](https://img.shields.io/travis/martinrotter/rssguard.svg?maxAge=360)](https://travis-ci.org/martinrotter/rssguard) [![Total downloads](https://img.shields.io/github/downloads/martinrotter/rssguard/total.svg?maxAge=360)](#) [![Version](https://img.shields.io/github/release/martinrotter/rssguard.svg?maxAge=360)](#) [![GitHub issues](https://img.shields.io/github/issues/martinrotter/rssguard.svg?maxAge=360)](#)