From 425b6bab52ccadd5397307b4104a2b512fdd9553 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 26 Nov 2020 10:47:58 +0100 Subject: [PATCH] Test aqtinstall for macosx. --- resources/docs/Documentation.md | 2 +- resources/docs/Downloads.md | 6 +----- resources/scripts/.travis-install-osx.sh | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index 1a5b39c9f..8421b0215 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -74,7 +74,7 @@ RSS Guard is simple (yet powerful) feed reader. It is able to fetch the most kno * Windows Vista and newer, * GNU/Linux, -* Mac OS X (users have to compile themselves), +* Mac OS X, * Android (buildable and running). ## List of main features diff --git a/resources/docs/Downloads.md b/resources/docs/Downloads.md index 9b6bc7427..28aeb8e95 100755 --- a/resources/docs/Downloads.md +++ b/resources/docs/Downloads.md @@ -2,11 +2,7 @@ See here to know where to download prebuilt versions of RSS Guard. ## Official downloads -Official downloads are available [here](https://github.com/martinrotter/rssguard/releases). Windows `exe/7zip` packages are published automatically when new RSS Guard version is released. Also `AppImage` packages for Linux are automatically build. - -**As of RSS Guard 3.8.3 version, WebEngine-based binaries are no longer automatically published for Mac OS X, because Homebrew's Qt package contains errors which make automatic deployment of WebEngine libraries very difficult.** - -**Therefore only "lite" (non-webengine) variant of application is distributed now and if you need WebEngine-based variant, then you need to compile yourself and I strongly suggest you to use official Qt Mac OS X distribution.** +Official downloads are available [here](https://github.com/martinrotter/rssguard/releases). Windows `exe/7zip` packages are published automatically when new RSS Guard version is released. Also `AppImage` packages for Linux and `dmg` packages for Mac OS X are automatically build. [![RSS Guard in Instalki](http://www.instalki.pl/img/buttons/en/download_dark.png)](http://www.instalki.pl/programy/download/Windows/czytniki_RSS/RSS_Guard.html) diff --git a/resources/scripts/.travis-install-osx.sh b/resources/scripts/.travis-install-osx.sh index 28b049bf6..76d7f4f17 100755 --- a/resources/scripts/.travis-install-osx.sh +++ b/resources/scripts/.travis-install-osx.sh @@ -48,5 +48,4 @@ else fi mv "$dmgname" "$dmgnewname" - ls \ No newline at end of file