I'm trying to create a launcher for one game, and I would like to implement in it the function of its automatic loading.
webClient.DownloadFile(new Uri("https://yadi.sk/d/BvZh_cvnseoyF"), System.IO.Path.Combine(path.Text, System.IO.Path.GetFileName("zerahypt.zip"))); This option does not work. Instead of the necessary file, an incomprehensible html page is loaded.