mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 04:56:06 +02:00
VRCX self updater 1
This commit is contained in:
@@ -156,7 +156,7 @@ namespace VRCX
|
||||
if (IsUpdate)
|
||||
{
|
||||
AssetBundleCacher.IsUpdate = true;
|
||||
DownloadTempLocation = Path.Combine(Program.BaseDirectory, "update.zip");
|
||||
DownloadTempLocation = Path.Combine(Program.AppDataDirectory, "update.exe");
|
||||
}
|
||||
client = new WebClient();
|
||||
client.Headers.Add("user-agent", AppVersion);
|
||||
|
||||
Reference in New Issue
Block a user