Auto updater changes

This commit is contained in:
Natsumi
2022-07-02 06:44:59 +12:00
parent 80b2c4548f
commit 9dcce5e707
3 changed files with 45 additions and 23 deletions
+1
View File
@@ -94,6 +94,7 @@ namespace VRCX
public void DownloadFile(string url, int size, string AppVersion)
{
DownloadProgress = 0;
DownloadSize = size;
DownloadCanceled = false;
DownloadTempLocation = Path.Combine(Program.AppDataDirectory, "tempDownload.exe");