mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-12 22:37:10 +00:00
Updated path to point to Net6 folder
This commit is contained in:
parent
9e94ae486e
commit
11c226a10e
2 changed files with 2 additions and 2 deletions
BIN
UWUVCI AIO WPF/GameBaseClassLibrary.dll
Normal file
BIN
UWUVCI AIO WPF/GameBaseClassLibrary.dll
Normal file
Binary file not shown.
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue