mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed GitHub links
This commit is contained in:
parent
f03db43798
commit
dd9baea785
@ -50,6 +50,9 @@ namespace Wabbajack
|
|||||||
var url = archive.State.GetManifestURL(archive);
|
var url = archive.State.GetManifestURL(archive);
|
||||||
if (string.IsNullOrWhiteSpace(url)) return;
|
if (string.IsNullOrWhiteSpace(url)) return;
|
||||||
|
|
||||||
|
if (url.StartsWith("https://github.com/"))
|
||||||
|
url = url.Substring(0, url.IndexOf("release", StringComparison.Ordinal));
|
||||||
|
|
||||||
//url = url.Replace("&", "^&");
|
//url = url.Replace("&", "^&");
|
||||||
Process.Start(new ProcessStartInfo("cmd", $"/c start {url}") {CreateNoWindow = true});
|
Process.Start(new ProcessStartInfo("cmd", $"/c start {url}") {CreateNoWindow = true});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user