Update Launcher.cs

Changed .bat name
This commit is contained in:
Bandit42
2022-01-08 06:52:06 -08:00
parent 4b4dce8c66
commit 5b717e29a4

View File

@@ -21,7 +21,7 @@ namespace SWGSourceLauncher
public static void Update()
{
Process.Start("SWGSourceUpdater.exe");
Process.Start("UpdateSwgClient.bat");
}
}
}