lucasgiovannibr/CanaryLauncherUpdate

do not overwrite the version.txt file

Opened this issue · 2 comments

does not replace the version.txt file
in version.txt you add the version you want to load, for example 0.5, you update with the launcher, to do another update, you need to delete the entire client folder to do a new update

Make sure the txt download and verification location is set correctly in the code itself.

In MainWindows.xaml.cs file
string urlVersion = "****/main/version.txt";

In SplashScreen.xaml.cs
string urlVersion = "****/main/version.txt"

image