Switch from sha256sum to sha512sum in loader
This commit is contained in:
@@ -30,5 +30,5 @@ export const launcherUpdates = mysqlTable('launcherupdates', {
|
||||
executables: text('executables').notNull(),
|
||||
hidden: boolean('hidden').notNull().default(true),
|
||||
place: int('place').notNull().default(0),
|
||||
sha256sums: text('sha256sums').notNull()
|
||||
sha512sums: text('sha512sums').notNull()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user