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:
parent
44db14d940
commit
d316603edc
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user