mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix manifest URLs being broken for Wabbajack CDN links
This commit is contained in:
parent
00da33e55f
commit
512085f092
@ -61,6 +61,7 @@ namespace Wabbajack
|
||||
url = url.Substring(0, url.IndexOf("release", StringComparison.Ordinal));
|
||||
|
||||
//url = url.Replace("&", "^&");
|
||||
url = url.Replace(" ", "%20");
|
||||
Process.Start(new ProcessStartInfo("cmd", $"/c start {url}") {CreateNoWindow = true});
|
||||
|
||||
e.Handled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user