We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0526dfc commit 3d59c7eCopy full SHA for 3d59c7e
tools/hash-files.simba
@@ -17,6 +17,7 @@ begin
17
if SKIP.Contains(files[i]) then Continue;
18
19
hash := HashFile(EHashAlgo.MD5, files[i]);
20
+ FileDelete(filename + '.hash');
21
FileWrite(filename + '.hash', hash);
22
end;
23
end.
0 commit comments