Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ IF NOT EXIST external\rpclib\rpclib-2.2.1 (
ECHO Downloading rpclib
ECHO *****************************************************************************************
@echo on
powershell -command "& { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr https://github.com/rpclib/rpclib/archive/v2.2.1.zip -OutFile external\rpclib.zip }"
powershell -command "& { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr https://github.com/madratman/rpclib/archive/v2.2.1.zip -OutFile external\rpclib.zip }"
@echo off

REM //remove any previous versions
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if [ ! -d "external/rpclib/rpclib-2.2.1" ]; then
echo "Downloading rpclib..."
echo "*********************************************************************************************"

wget https://github.com/rpclib/rpclib/archive/v2.2.1.zip
wget https://github.com/madratman/rpclib/archive/v2.2.1.zip

# remove previous versions
rm -rf "external/rpclib"
Expand Down