diff --git a/ShortCutes/ShortCutesForm.cs b/ShortCutes/ShortCutesForm.cs index 1ed6699..e766a8e 100644 --- a/ShortCutes/ShortCutesForm.cs +++ b/ShortCutes/ShortCutesForm.cs @@ -64,7 +64,7 @@ public ShortCutes() private async void ShortCutes_Shown(object sender, EventArgs e) { Updater.GUI_Context = SynchronizationContext.Current; - if (await Updater.CheckUpdateAsync("Haruki1707", "testrepo")) + if (await Updater.CheckUpdateAsync("Haruki1707", "ShortCutes")) { if (Updater.CannotWriteOnDir) MessageForm.Error(Updater.Message);