Rename method to be less bad

This commit is contained in:
Dean Herbert
2020-06-12 18:07:39 +09:00
parent 95f57ca88c
commit 6beb28b685
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ namespace osu.Desktop.Updater
Splat.Locator.CurrentMutable.Register(() => new SquirrelLogger(), typeof(Splat.ILogger));
}
protected override async Task InternalCheckForUpdateAsync() => await checkForUpdateAsync();
protected override async Task PerformUpdateCheck() => await checkForUpdateAsync();
private async Task checkForUpdateAsync(bool useDeltaPatching = true, UpdateProgressNotification notification = null)
{