fix: support arm64 in install-lua-language-server
get_arch() only handled x86_64, so arm64 machines failed with "unsupported architecture: arm64". Also switch the bin symlink to a wrapper script: lua-language-server locates main.lua relative to its own unresolved argv[0], so launching it through a symlinked executable (rather than a symlinked directory) made it fail to find main.lua.main
parent
99f1a7f6e1
commit
6b55be7df2
Loading…
Reference in New Issue