Switch from sha256sum to sha512sum

Not needed but it will be consistant with the launcher itself
This commit is contained in:
2025-11-03 19:32:19 -07:00
parent 48a7ed545f
commit 9e20d06005
3 changed files with 6 additions and 6 deletions

View File

@@ -3,5 +3,5 @@ export interface LauncherUpdate {
releaseDate: number
downloadUrls: string[]
platforms: string[]
sha256sums: string[]
sha512sums: string[]
}