Merge branch 'master' of github.com:martinrotter/rssguard

This commit is contained in:
Martin Rotter 2020-05-12 12:41:05 +02:00
commit 5760a710f5
2 changed files with 7 additions and 3 deletions

View file

@ -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.

View file

@ -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.