From d316603edcde54bc81f15b398e7088f19dd0f690 Mon Sep 17 00:00:00 2001 From: l-n-s Date: Mon, 17 Oct 2016 16:24:15 +0000 Subject: [PATCH] Update app.js --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 90c3aec..b8fb6a0 100644 --- a/js/app.js +++ b/js/app.js @@ -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) {