Skip to content

1.13.4

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 16:37
· 204 commits to master since this release

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Contributors

@Joohansson, @igoracmelo, @igorcmelo and @keerifox

Checksum Validation

If you want to verify the binary checksum there are plenty of apps to do this. One way is using a powershell or bash terminal:

  • Powershell: Get-FileHash -Path '.\Nault-Setup-1.13.4-Windows.exe' -Algorithm SHA256
  • Bash: openssl sha256 Nault-1.13.4-Linux.AppImage

Then compare the output hash with the one listed in the corresponding checksum.txt file. The .yml has a binary checksum that is more complicated.