1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 11:42:54 +08:00

Don't automatic download for now

This commit is contained in:
Dean Herbert 2019-09-24 18:34:54 +09:00
parent 84d9f98ff1
commit c226d52b53

View File

@ -78,7 +78,8 @@ namespace osu.Game.Updater
break;
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;
}