mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Remove github token variable & pass null for the github token
This commit is contained in:
parent
b990af6ada
commit
42e1168b35
@ -27,8 +27,7 @@ namespace osu.Desktop.Updater
|
||||
|
||||
public VelopackUpdateManager()
|
||||
{
|
||||
const string? github_token = null; // TODO: populate.
|
||||
updateManager = new UpdateManager(new GithubSource(@"https://github.com/ppy/osu", github_token, false), new UpdateOptions
|
||||
updateManager = new UpdateManager(new GithubSource(@"https://github.com/ppy/osu", null, false), new UpdateOptions
|
||||
{
|
||||
AllowVersionDowngrade = true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user