Changes:
- temp fix for shader class. - added new entry. - more updates to CLI - fixes #3 - add #4
This commit is contained in:
@@ -78,7 +78,7 @@ namespace AssetStudio
|
||||
if (await NeedDownload(version, versionIndex.MappedPath))
|
||||
{
|
||||
Logger.Info("Downloading...");
|
||||
var json = await DownloadString(url, TimeSpan.FromMinutes(1));
|
||||
var json = await DownloadString(url, TimeSpan.FromMinutes(2));
|
||||
if (string.IsNullOrEmpty(json))
|
||||
{
|
||||
Logger.Warning("Could not load AI !!");
|
||||
|
||||
Reference in New Issue
Block a user