Skip to content

Commit 3d59c7e

Browse files
committed
Update hash-files.simba
1 parent 0526dfc commit 3d59c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/hash-files.simba

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ begin
1717
if SKIP.Contains(files[i]) then Continue;
1818

1919
hash := HashFile(EHashAlgo.MD5, files[i]);
20+
FileDelete(filename + '.hash');
2021
FileWrite(filename + '.hash', hash);
2122
end;
2223
end.

0 commit comments

Comments
 (0)