mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-31 18:37:30 +01:00
Update .travis-install-linux.sh
This commit is contained in:
parent
f8e897e574
commit
41520351bb
@ -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
|
||||
ls
|
||||
|
Loading…
Reference in New Issue
Block a user