...
Code Block |
---|
openssl dgst -sha256 file-name.zip |
Windows (use PowerShell):
Code Block |
---|
Get-FileHash -Path file-name.zip |
...
In the manifest.json
find the section files
and replace ARCHIVE_CHECKSUM
placeholders with the calculated checksums.
...