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
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ private string getBestUrl(GitHubRelease release)
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;
}