Skip to content

Checksum verification fails #791

Closed Answered by jgadsden
Arthur-DTAG asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @Arthur-DTAG , a very good question! I realise that I have not put the instructions into the release notes.

We have to have the latest*.yml files in place, and in this format, for the electron auto updates to work for the desktop version.
The sha512s are in binary format that is base64 encoded - which I agree is not very human readable :)

To get the command line sha512 there is a handy bash script (I am not sure of the windows one) eg for linux sha512:
grep sha512 latest-linux.yml | tail -n 1 | cut -d " " -f 2 | base64 -d | hexdump -ve '1/1 "%.2x"'

which for the 2.1.1 Windows msi latest.yml installer :

version: 2.1.1
files:
  - url: Threat-Dragon-ng-Setup-2.1.1.exe
    sha512: 48hPU…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jgadsden
Comment options

@Arthur-DTAG
Comment options

@jgadsden
Comment options

@Arthur-DTAG
Comment options

Answer selected by jgadsden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants