diff --git a/README.md b/README.md index 8c31785f0..5ebcb4812 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,3 @@ RSS Guard is simple, light and easy-to-use RSS/ATOM feed aggregator developed us You can support author of RSS Guard [here](https://martinrotter.github.io/donate). Development builds can be downloaded [here for Windows](https://bintray.com/martinrotter/rssguard/Development/Windows) and [here for Linux/Mac](https://bintray.com/martinrotter/rssguard/Development/LinuxMacOs). - -#### See [Wiki](https://github.com/martinrotter/rssguard/wiki) for more information about features, download links and other stuff. diff --git a/resources/scripts/.travis-install-linux.sh b/resources/scripts/.travis-install-linux.sh index e5d8bc4b0..da76f1dce 100755 --- a/resources/scripts/.travis-install-linux.sh +++ b/resources/scripts/.travis-install-linux.sh @@ -20,6 +20,12 @@ chmod a+x linuxdeployqt-continuous-x86_64.AppImage # Create AppImage. unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH ./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/com.github.rssguard.desktop" -bundle-non-qt-libs -no-translations + +if [ "$USE_WEBENGINE" = true ]; then + # Copy some NSS3 files to prevent WebEngine crashes. + cp /usr/lib/x86_64-linux-gnu/nss/* ./AppDir/usr/lib/ -v +fi + ./linuxdeployqt-continuous-x86_64.AppImage "./AppDir/usr/share/applications/com.github.rssguard.desktop" -appimage -no-translations # Rename AppImaage. @@ -39,4 +45,4 @@ fi mv "$imagename" "$imagenewname" -ls \ No newline at end of file +ls