Merge branch 'main' into feature/update-to-3x
This commit is contained in:
commit
215ca1691a
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Text.RegularExpressions;
|
||||
|
@ -58,7 +58,7 @@ public static async Task AddResolver()
|
|||
return;
|
||||
}
|
||||
|
||||
var url = $"{bootstrapMatch.Groups[1].Value}&cache={Guid.NewGuid()}";
|
||||
var url = bootstrapMatch.Groups[1].Value;
|
||||
|
||||
var targetFile = Path.Combine(Path.GetTempPath(), $"resolver-{DateTime.Now.ToString("yyyyMMddTHHmmss")}.unitypackage");
|
||||
|
||||
|
@ -89,4 +89,4 @@ public static async Task<string> GetRemoteString(string url)
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue