Fix luafilesystem dependency

This commit is contained in:
The Magician 2023-11-20 13:49:52 +00:00
parent e197f51ec8
commit 7a6d182454
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ description = {
dependencies = { dependencies = {
"lua >=5.1, <= 5.4", "lua >=5.1, <= 5.4",
"luafilesystem >= scm-1" "luafilesystem"
} }
build = { build = {