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:
parent
6e4c51a3ff
commit
0c0ff3b259
@ -534,6 +534,9 @@ public class ValidateLists : IVerb
|
||||
return (ArchiveStatus.Valid, archive);
|
||||
}
|
||||
|
||||
if (archive.State is Http http && http.Url.Host.EndsWith("github.com"))
|
||||
return (ArchiveStatus.Valid, archive);
|
||||
|
||||
bool ShouldDownload()
|
||||
{
|
||||
var downloader = _dispatcher.Downloader(archive);
|
||||
|
Loading…
Reference in New Issue
Block a user