dotnet-websharper / ui

A reactive UI library for WebSharper.
https://websharper-samples.github.io/ui/
Apache License 2.0
77 stars 22 forks source link

Error while building on Linux #257

Open diegopego opened 1 year ago

diegopego commented 1 year ago

On Linux Ubuntu 20.04, the following scripts came with CRLF line ending, preventing the build. build.sh wsbuild/github.com/dotnet-websharper/build-script/build.sh

After translating to LF, the build process worked.

rbauduin commented 9 months ago

Fix at https://github.com/dotnet-websharper/ui/pull/279