v0019 is up on Google Drive see the OP for the Link:
I will upload to MEGA after sleeping.
Lots of changes I will update the OP after sleeping.
the SHA256 hash is:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38
If you are using windows:open a cmd prompt:
click the start button and type:
cmd
then press enter:
type the following:
CertUtil -hashfile PATH_TO_IMAGE_ZIP_HERE SHA256
and press enter
if the result is:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38
then the ZIP_containing_the_image is good
Note: you can find the file path by right clicking the zip and selecting properties
If you are using linux:open a terminal and enter the following:
sha256sum 'PATH_TO_IMAGE_ZIP_HERE'
and press enter
if the result is:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38
then the ZIP_containing_the_image is good
Note: you can also type sha256sum then drag the zip to the terminal window to add the absolute path without typing it.
If you are using OSX:open a terminal and enter the following:
shasum -a 256 'PATH_TO_IMAGE_ZIP_HERE'
and press enter
if the result is:
9f461a33051568425f616a265d7811b6c3372f61bbcfdbae7d50fb627c57fb38
then the ZIP_containing_the_image is good
I will try be more active to help habitual user flow with new version release, once again thanks for your hardwork !