Skip to content

Commit b5be114

Browse files
committed
hashes.json was not being uploaded to the database
1 parent 07d09cd commit b5be114

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/hash-files.simba

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ begin
1616

1717
for i := 0 to High(files) do
1818
begin
19+
if files[i] = 'hashes.json' then Continue;
1920
hash := HashFile(EHashAlgo.CRC32, path + files[i]);
2021
WriteLn('File: ', files[i], ' Hash: ', hash);
2122
json.AddString(files[i], hash);

tools/whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
hashes.json
12
finders/house_layout.zip
23
finders/items/data/hash.txt
34
finders/items/data/id.txt

0 commit comments

Comments
 (0)