Quote:
Originally Posted by Masquerade
@BLACKFIRE69
There's a slight issue with the function VerifyHashesFromFile.
In my repacks, I read hash files from a _Verify folder, so each line of the file path begins with ..\ to indicate that the files are one directory up from the folder containing the checksum.
However, when reading the checksum file and pointing it to {app} or {app}\Verify, the FMXPlugin is trying to read ..\ as the directory name and is leading to all files returning as incorrect.
Example:
Please may you fix this?
Thanks,
Masquerade
|
try this out.
Code:
Improvement
BasePath:
C:\Testing1\Testing2\_Verify = ( {app}\_Verify )
HashFile.md5:
...
07c7314cfefa2fc0292a4780da6c6ede *..\chunk.pb0
OR
07c7314cfefa2fc0292a4780da6c6ede ..\chunk.pb0
...
XHash (Internal) Reading:
>> C:\Testing1\Testing2\chunk.pb0 = ( {app}\chunk.pb0 )