We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97aaf0 commit 3ff7882Copy full SHA for 3ff7882
.github/workflows/build.yml
@@ -34,6 +34,7 @@ jobs:
34
path: |
35
main.lua
36
debugger.lua
37
+ changelog.md
38
locale
39
meta
40
script
make/bootstrap.lua
@@ -49,7 +49,7 @@ local root; do
49
sep = '/\\'
50
end
51
local pattern = "["..sep.."][^"..sep.."]+"
52
- root = package.cpath:match("([^;]+)"..pattern..pattern..pattern.."$")
+ root = package.cpath:match("([^;]+)"..pattern..pattern.."$")
53
arg[0] = root .. package.config:sub(1,1) .. 'main.lua'
54
55
root = root:gsub('[/\\]', package.config:sub(1,1))
0 commit comments