Merge branch 'master' of github.com:martinrotter/rssguard
This commit is contained in:
commit
459826ecfb
@ -16,7 +16,6 @@
|
|||||||
<launchable type="desktop-id">com.github.rssguard.desktop</launchable>
|
<launchable type="desktop-id">com.github.rssguard.desktop</launchable>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<caption>Windows version</caption>
|
|
||||||
<image>https://github.com/martinrotter/rssguard/blob/master/resources/docs/images/rssguard-window.png?raw=true</image>
|
<image>https://github.com/martinrotter/rssguard/blob/master/resources/docs/images/rssguard-window.png?raw=true</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 165 KiB |
@ -66,7 +66,7 @@ cmake --build .
|
|||||||
cmake --install . --prefix "$prefix"
|
cmake --install . --prefix "$prefix"
|
||||||
|
|
||||||
if [ $is_linux = true ]; then
|
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/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
|
wget -qc https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
|
||||||
chmod a+x linuxdeploy*.AppImage
|
chmod a+x linuxdeploy*.AppImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user