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

Update app.js

This commit is contained in:
l-n-s 2016-10-17 16:24:15 +00:00 committed by GitHub
parent 44db14d940
commit d316603edc

View File

@ -18,7 +18,7 @@ function renderReleaseInfo(release) {
if (window.navigator.platform.toUpperCase().startsWith("WIN")) {
var win_asset = release.assets.filter(function(a) {
if (a.name.endsWith("win32_mingw.zip")) return true;
if (a.name.startsWith("setup_i2pd")) return true;
});
if (win_asset.length > 0) {