diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2018-04-12 11:07:43 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-08-14 16:33:43 +0200 |
commit | fa81dd8e34816f8b1d57576f0c7fcbf3c66271e6 (patch) | |
tree | 15afdfecc5b2d4e95f0a4d7bbf86d9fb3f1e97ef /solenv/bin/assemble-flatpak.sh | |
parent | 177d19d58bbddb94fa156319eec01f0c90033f75 (diff) |
tdf#116856 Update screenshot images
Taken from https://www.libreoffice.org/discover/screenshots/
Thanks to guilhem for creating the hub redirection
Change-Id: I57a8fb928e9353d9b305c2e1b09b4f0dd13624f6
Reviewed-on: https://gerrit.libreoffice.org/52767
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'solenv/bin/assemble-flatpak.sh')
-rwxr-xr-x | solenv/bin/assemble-flatpak.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/bin/assemble-flatpak.sh b/solenv/bin/assemble-flatpak.sh index 2d988084cb1c..802c61cd8f86 100755 --- a/solenv/bin/assemble-flatpak.sh +++ b/solenv/bin/assemble-flatpak.sh @@ -103,23 +103,23 @@ cat <<EOF >/app/share/appdata/org.libreoffice.LibreOffice.appdata.xml <url type="translate">https://wiki.documentfoundation.org/Translating_LibreOffice</url> <screenshots> <screenshot type="default"> - <image>http://www.libreoffice.org/assets/Uploads/Discover/Screenshots/_resampled/ResizedImage400300-Writer-02-Table-of-Contents-Getting-Started-Guide-4-2.png</image> + <image>https://hub.libreoffice.org/screenshots/writer-01.png</image> <caption><!-- Describe this screenshot in less than ~10 words --></caption> </screenshot> <screenshot> - <image>http://www.libreoffice.org/assets/Uploads/Discover/Screenshots/_resampled/ResizedImage400300-Calc-02-exemple-ods.png</image> + <image>https://hub.libreoffice.org/screenshots/calc-02.png</image> <caption><!-- Describe this screenshot in less than ~10 words --></caption> </screenshot> <screenshot> - <image>http://www.libreoffice.org/assets/Uploads/Discover/Screenshots/_resampled/ResizedImage400300-Impress-01-Blank.png</image> + <image>https://hub.libreoffice.org/screenshots/impress-01.png</image> <caption><!-- Describe this screenshot in less than ~10 words --></caption> </screenshot> <screenshot> - <image>http://www.libreoffice.org/assets/Uploads/Discover/Screenshots/_resampled/ResizedImage400300-Draw-02-Tiger-fdo82219.png</image> + <image>https://hub.libreoffice.org/screenshots/draw-02.png</image> <caption><!-- Describe this screenshot in less than ~10 words --></caption> </screenshot> <screenshot> - <image>http://www.libreoffice.org/assets/Uploads/Screenshots/Base/Screenshot-78.png</image> + <image>https://hub.libreoffice.org/screenshots/base-02.png</image> <caption><!-- Describe this screenshot in less than ~10 words --></caption> </screenshot> </screenshots> |