Albert Astals Cid ha scritto:
> https://www.microsoft.com/store/apps/9N41MSQ1WNM8
> 
> Can someone do a quick patch for the download webpage mentioning both the 
> store and the nightlies?

I did it, but I suspect you are the only one with commit access to the okular
git repository.

-- 
Luigi
>From da3eecb85ad2387d95d6f2b446a770dfc5f6cb65 Mon Sep 17 00:00:00 2001
From: Luigi Toscano <luigi.tosc...@tiscali.it>
Date: Fri, 20 Sep 2019 23:00:15 +0200
Subject: [PATCH] Add the link to the build on the Microsoft Store

---
 download.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/download.php b/download.php
index 999a5a1..1440e6b 100644
--- a/download.php
+++ b/download.php
@@ -13,7 +13,7 @@
 </p>
 <ul>
 <li><?php i18n("For GNU/Linux and the BSDs use the package manager to find the Okular package (might be part of the broader kdegraphics package) and install it.")?></li>
-<li><?php i18n("For Windows have a look at the <a href='http://windows.kde.org/'>KDE on Windows Initiative</a> webpage for information on how to install KDE Software on Windows. There are <a href='https://binary-factory.kde.org/job/Okular_Nightly_win64/'>experimental nightly builds</a> as well. Please test and send patches.")?></li>
+<li><?php i18n("For Windows have a look at the <a href='http://windows.kde.org/'>KDE on Windows Initiative</a> webpage for information on how to install KDE Software on Windows. The stable release is available on the <a href='https://www.microsoft.com/store/apps/9N41MSQ1WNM8'>Microsoft Store</a>. There are <a href='https://binary-factory.kde.org/job/Okular_Nightly_win64/'>experimental nightly builds</a> as well. Please test and send patches.")?></li>
 <li><?php i18n("For macOS have a look at the <a href='http://mac.kde.org/'>KDE on macOS</a> webpage for information on how to install KDE Software on macOS.")?></li>
 </ul>
 
-- 
2.23.0

Reply via email to