Compute and backup SHA-512 sums for release files

The sums are included both in the release folder, and in a separate
`sha512sums` folder in the base directory, to allow verifying that
the sums on the download repository haven't been tampered with.
This commit is contained in:
Rémi Verschelde
2020-05-07 14:50:24 +02:00
parent d93b0785a8
commit 9176967e98
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored
View File

@@ -11,4 +11,5 @@ godot.tar.gz
# Output
out/
releases/
sha512sums/
tmp/