1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-16 11:03:30 +01:00

tests: Fix the crc update script

This commit is contained in:
Reece Dunham 2024-04-18 09:14:02 -04:00 committed by GitHub
parent 6109fd6727
commit 8108385075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,4 +31,4 @@ const outKeys = Object.keys(lines).map((key) => {
return parseInt(key, 16)
})
await writeFile("data/game-defined-locr-crc32s.msgpack", pack(outKeys))
await writeFile("testData/game-defined-locr-crc32s.msgpack", pack(outKeys))