1
0
mirror of https://github.com/PurpleI2P/purplei2p.github.io synced 2025-03-13 05:41:16 +00:00

fix download button for android

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-06-20 00:04:32 +03:00
parent 868530b25f
commit 0ce882515c
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -7,7 +7,7 @@ function renderDownloadButton() {
} else if (window.navigator.userAgent.toUpperCase().indexOf("ANDROID") !== -1) {
dl_btn.innerText = document.webL10n.get("header.dl-btn-android", null, "Download for Android");
dl_btn.setAttribute("href", droid_asset[0].browser_download_url);
dl_btn.setAttribute("href", "https://github.com/PurpleI2P/i2pd-android/releases/latest");
} else {
dl_btn.innerText = document.webL10n.get("header-dl-btn", null, "Downloads");