Update .travis-install-linux.sh
This commit is contained in:
parent
688198d666
commit
fa14ecc6cc
@ -9,17 +9,14 @@ mkdir rssguard-build && cd rssguard-build
|
||||
# Build application.
|
||||
#lrelease -compress ../rssguard.pro
|
||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
||||
make
|
||||
make -j
|
||||
make install
|
||||
cd src/rssguard
|
||||
|
||||
# Obtain linuxdeployqt.
|
||||
wget -c https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
||||
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
||||
|
||||
ls -lha
|
||||
|
||||
ls -lha "./AppDir/usr/share/applications/"
|
||||
|
||||
# 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
|
||||
@ -82,4 +79,4 @@ if [[ $TRAVIS_BRANCH == $TRAVIS_TAG ]]; then
|
||||
cd ../..
|
||||
chmod +x resources/scripts/.flathub-release.sh
|
||||
resources/scripts/.flathub-release.sh $TRAVIS_TAG $(git rev-parse HEAD)
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user