mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e2df1d6684
BIN
Branding/WabbajackGraphics/Emotes/WabbaPray.png
Normal file
BIN
Branding/WabbajackGraphics/Emotes/WabbaPray.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
Binary file not shown.
@ -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