mirror of https://github.com/ppy/osu
Don't automatic download for now
This commit is contained in:
parent
84d9f98ff1
commit
c226d52b53
|
@ -78,7 +78,8 @@ private string getBestUrl(GitHubRelease release)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RuntimeInfo.Platform.Android:
|
case RuntimeInfo.Platform.Android:
|
||||||
bestAsset = release.Assets?.Find(f => f.Name.EndsWith(".apk"));
|
// on our testing device this causes the download to magically disappear.
|
||||||
|
//bestAsset = release.Assets?.Find(f => f.Name.EndsWith(".apk"));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue