Add sizes to launcher manifest

This commit is contained in:
2025-11-05 10:36:40 -07:00
parent 1c1a963363
commit c3090b260a
4 changed files with 14 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ export async function handler(context: Context, db: MySql2Database) {
sha512sums: launcherUpdates.sha512sums
})
.from(launcherUpdates)
.where(eq(launcherUpdates.hidden, false))
.where(eq(launcherUpdates.hidden, 0))
.orderBy(desc(launcherUpdates.place))
.limit(1)
.execute()