platform/server/uws/uws.sh
Andrey Sobolev b4aceb7af3
Move UWS into separate plugin with proper case usage. (#5556)
Move UWS into separate plugin with proper case usage.

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-05-09 12:40:50 +05:00

9 lines
238 B
Bash
Executable File

mkdir -p ./.build
cd ./.build
if ! test -f ./v20.43.0.zip; then
wget --quiet https://github.com/uNetworking/uWebSockets.js/archive/refs/tags/v20.43.0.zip
fi
if ! test -f ../lib/uws.js; then
unzip -qq -j -o ./v20.43.0.zip -d ../lib
fi