mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-25 20:53:15 +00:00
1. Update SHA384FileHash to support non binaries on Windows
2. Updated deflate settings
This commit is contained in:
@@ -2338,11 +2338,11 @@ int GenerateSHA384FileHash(char *filePath, char *fileHash)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (retVal != 0)
|
||||
{
|
||||
fclose(tmpFile);
|
||||
return(1);
|
||||
if (retVal != 0)
|
||||
{
|
||||
fclose(tmpFile);
|
||||
return(1);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user