Fix Spyglass breaking change
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
Misode
2025-10-20 02:03:30 +02:00
parent 7e42d13ac1
commit 9a7c325a8c

View File

@@ -377,7 +377,7 @@ const initialize: core.ProjectInitializer = async (ctx) => {
const uri: string = new core.Uri('downloads/misode-mcdoc.tar.gz', cacheRoot).toString()
const buffer = await compressBall([['builtin.mcdoc', builtinMcdoc]])
await core.fileUtil.writeFile(externals, uri, buffer)
return { uri }
return { type: 'tarball-file', uri }
})
meta.registerUriBinder(je.binder.uriBinder)