File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 9090 tar -czf lua-language-server-linux-aarch64.tar.gz -C lua-language-server-linux-arm64 .
9191 chmod +x lua-language-server-linux-musl/lua-language-server
9292 tar -czf lua-language-server-linux-musl.tar.gz -C lua-language-server-linux-musl .
93- chmod +x lua-language-server-linux-bsd /lua-language-server
93+ chmod +x lua-language-server-darwin-x64 /lua-language-server
9494 tar -czf lua-language-server-darwin-x64.tar.gz -C lua-language-server-darwin-x64 .
9595 chmod +x lua-language-server-darwin-arm64/lua-language-server
9696 tar -czf lua-language-server-darwin-arm64.tar.gz -C lua-language-server-darwin-arm64 .
Original file line number Diff line number Diff line change @@ -37,7 +37,13 @@ cargo build --release -p luals
3737
3838To publish the project, run:
3939
40+ On Windows:
4041``` bash
4142./publish/WinPublish.ps1
4243```
44+
45+ On other systems:
46+ ``` bash
47+ ./publish/UnixPublish.sh
48+ ```
4349will package the compiled files and related resource files into the ` dist ` directory
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ cc = "1.0"
1616glob = " 0.3.0"
1717
1818[features ]
19- default = [" luajit " ]
19+ default = []
2020no_format = []
2121luajit = []
You can’t perform that action at this time.
0 commit comments