packaging(pesde), tooling(rokit), deps: Fix pesde support, bump tools, bump jecs

This commit is contained in:
marked 2024-12-03 20:17:06 +01:00
parent 3e7bb3c7ff
commit 0818b498a6
10 changed files with 31 additions and 24 deletions

View file

@ -64,4 +64,6 @@ end
local gh_api_tag: gh_api_tag = serde.decode("json", response.body)
spawn.start(`curl https://raw.githubusercontent.com/ukendio/jecs/{gh_api_tag.object.sha}/src/init.luau -o jecs.luau`)
spawn.start(
`curl https://raw.githubusercontent.com/ukendio/jecs/{gh_api_tag.object.sha}/src/init.luau -o jecs_src.luau`
)