Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Good job me.
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Feb 7, 2020
1 parent d92f305 commit 425a277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/generate_hashes.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env pwsh

Get-ChildItem release/*.zip | Get-FileHash -Algorithm S | ForEach-Object {
Get-ChildItem release/*.zip | Get-FileHash -Algorithm SHA256 | ForEach-Object {
$_.Hash > "$($_.Path).sha256";
}

0 comments on commit 425a277

Please sign in to comment.