This revision aims to add a MD5 checksum generation for all files (python, dll, assets, blender player binary) being created for the platforms under a JSON format. This ensures that none of the files packed are damaged after download.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I do like the idea of this. However, do we really need to MD5 every file? Wouldn't it be better to just make this an archive option and then just generate an MD5 for each archive? Then we wouldn't have to deal with explaining JSON files to users.