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.IO;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
@ -58,7 +58,7 @@ public static async Task AddResolver()
|
||||||
return;
|
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");
|
var targetFile = Path.Combine(Path.GetTempPath(), $"resolver-{DateTime.Now.ToString("yyyyMMddTHHmmss")}.unitypackage");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue