mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Disable status checking of github links
This commit is contained in:
@ -534,6 +534,9 @@ public class ValidateLists : IVerb
|
|||||||
return (ArchiveStatus.Valid, archive);
|
return (ArchiveStatus.Valid, archive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (archive.State is Http http && http.Url.Host.EndsWith("github.com"))
|
||||||
|
return (ArchiveStatus.Valid, archive);
|
||||||
|
|
||||||
bool ShouldDownload()
|
bool ShouldDownload()
|
||||||
{
|
{
|
||||||
var downloader = _dispatcher.Downloader(archive);
|
var downloader = _dispatcher.Downloader(archive);
|
||||||
|
Reference in New Issue
Block a user