File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 name : lua-language-server
2020 path : |
21- bin- Windows
22- bin- Linux
23- bin- macOS
21+ bin/ Windows
22+ bin/ Linux
23+ bin/ macOS
2424 resource :
2525 runs-on : ubuntu-latest
2626 steps :
Original file line number Diff line number Diff line change 77/bin-Windows
88/bin-Linux
99/bin-macOS
10+ /bin
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ local lm = require 'luamake'
22local platform = require ' bee.platform'
33local exe = platform .OS == ' Windows' and " .exe" or " "
44
5- lm .bindir = ' bin- ' .. platform .OS
5+ lm .bindir = ' bin/ ' .. platform .OS
66
77lm .EXE_DIR = " "
88lm :import " 3rd/bee.lua/make.lua"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ local root; do
4949 sep = ' /\\ '
5050 end
5151 local pattern = " [" .. sep .. " ][^" .. sep .. " ]+"
52- root = package.cpath :match (" ([^;]+)" .. pattern .. pattern .. " $" )
52+ root = package.cpath :match (" ([^;]+)" .. pattern .. pattern .. pattern .. " $" )
5353 arg [0 ] = root .. package.config :sub (1 ,1 ) .. ' main.lua'
5454 end
5555 root = root :gsub (' [/\\ ]' , package.config :sub (1 ,1 ))
You can’t perform that action at this time.
0 commit comments