@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