mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:03:08 +08:00
Don't automatic download for now
This commit is contained in:
parent
84d9f98ff1
commit
c226d52b53
@ -78,7 +78,8 @@ namespace osu.Game.Updater
|
|||||||
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
Block a user