fix: autoupdater failing to fetch prerelease versions

This commit is contained in:
2026-03-10 16:38:18 +01:00
parent f24d1321a8
commit 86e6be2bd3
4 changed files with 15 additions and 13 deletions

View File

@@ -32,15 +32,6 @@ namespace CarManagerV3.Forms
private void btnInstallUpdate_Click(object sender, EventArgs e)
{
/*
var msgbox = new PleaseWait();
msgbox.Show();
Application.DoEvents();
StateManager.UpdateCar(car);
Image fooimg = ImageManager.GetImage(car);
msgbox.Close();
this.Close();
*/
PleaseWait loadForm = new PleaseWait("Downloading the newest version...");
try
{