Skip to content

Fix build-static.sh error

Tzu-Yu Lee requested to merge leejuyuu/qml-lsp:build-staic into rjienrlwey

Thanks for the great work! This works fantastically in Kate.

I was trying to run the build-static.sh script, and it prints out

Building qml-lsp...
no Go files in <cloned project path>
Building qml-lint...
Building qml-refactor-fairy...

and the qml-lsp-static file was not created. Fixing the path in build-static.sh solves this issue.

Merge request reports