delver/CONTRIBUTE.md

13 lines
478 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### check_md5sum_data.py
Проверяем файлы по MD5 суммам из списков `dataSums.json` и `dataSums.new.json`
### generate_md5sum_data.py
Генерирует список файлов из директории `./delver`\*
> \* ./delver/ директория с оригинальными файлыми игры
### Создания списка файлов с их MD5 суммами
```sh
python generate_md5sum_data.py > dataSums.new.json
```