Merge branch 'master' of github.com:martinrotter/rssguard
This commit is contained in:
commit
f53b4d16c2
1 changed files with 2 additions and 5 deletions
|
@ -11,15 +11,12 @@ mkdir rssguard-build && cd rssguard-build
|
||||||
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
qmake .. "USE_WEBENGINE=$USE_WEBENGINE"
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
cd src/rssguard
|
||||||
|
|
||||||
# Obtain linuxdeployqt.
|
# Obtain linuxdeployqt.
|
||||||
wget -c https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
wget -c https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
||||||
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
||||||
|
|
||||||
ls -lha
|
|
||||||
|
|
||||||
ls -lha "./AppDir/usr/share/applications/"
|
|
||||||
|
|
||||||
# Create AppImage.
|
# Create AppImage.
|
||||||
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
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
|
./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 ../..
|
cd ../..
|
||||||
chmod +x resources/scripts/.flathub-release.sh
|
chmod +x resources/scripts/.flathub-release.sh
|
||||||
resources/scripts/.flathub-release.sh $TRAVIS_TAG $(git rev-parse HEAD)
|
resources/scripts/.flathub-release.sh $TRAVIS_TAG $(git rev-parse HEAD)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue