Updated path to point to Net6 folder

This commit is contained in:
ZestyTS 2022-08-26 14:24:39 -07:00
parent 9e94ae486e
commit 11c226a10e
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -1661,7 +1661,7 @@ namespace UWUVCI_AIO_WPF
if (tool) if (tool)
return $"{ToolCheck.backupulr}{toolname}"; return $"{ToolCheck.backupulr}{toolname}";
else else
return $@"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/" + toolname.Replace("bin\\bases\\", ""); return $@"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/Net6/" + toolname.Replace("bin\\bases\\", "");
} }
catch (Exception) catch (Exception)
{ {
@ -1670,7 +1670,7 @@ namespace UWUVCI_AIO_WPF
else else
{ {
var name = toolname.Replace("bin\\bases\\", ""); var name = toolname.Replace("bin\\bases\\", "");
return $@"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/" + name; return $@"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/Net6/" + name;
} }
} }
} }