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

This commit is contained in:
Martin Rotter 2022-09-05 08:10:56 +02:00
commit 459826ecfb
3 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@
<launchable type="desktop-id">com.github.rssguard.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Windows version</caption>
<image>https://github.com/martinrotter/rssguard/blob/master/resources/docs/images/rssguard-window.png?raw=true</image>
</screenshot>
</screenshots>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 165 KiB

View File

@ -66,7 +66,7 @@ cmake --build .
cmake --install . --prefix "$prefix"
if [ $is_linux = true ]; then
# Obtain linuxdeployqt.
# Obtain linuxdeploy.
wget -qc https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
wget -qc https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
chmod a+x linuxdeploy*.AppImage