Merge remote-tracking branch 'origin/master'

This commit is contained in:
Timothy Baldridge 2020-06-29 15:57:24 -06:00
commit e2df1d6684
3 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

@ -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;