LAN games discovery
This commit is contained in:
8
thirdparty/fetch-thirdparty-deps.ps1
vendored
8
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -158,4 +158,12 @@ if (!(Test-Path "SmarIrc4net.dll"))
|
||||
rmdir SmartIrc4net -Recurse
|
||||
}
|
||||
|
||||
if (!(Test-Path "rix0rrr.BeaconLib.dll"))
|
||||
{
|
||||
echo "Fetching rix0rrr.BeaconLib from NuGet."
|
||||
./nuget.exe install rix0rrr.BeaconLib -Version 1.0.0 -ExcludeVersion -Verbosity quiet
|
||||
cp rix0rrr.BeaconLib/lib/net40/rix0rrr.BeaconLib.dll .
|
||||
rmdir rix0rrr.BeaconLib -Recurse
|
||||
}
|
||||
|
||||
cd ..
|
||||
|
||||
7
thirdparty/fetch-thirdparty-deps.sh
vendored
7
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -115,3 +115,10 @@ if [ ! -f SmarIrc4net.dll ]; then
|
||||
cp ./SmartIrc4net/lib/net40/SmarIrc4net* .
|
||||
rm -rf SmartIrc4net
|
||||
fi
|
||||
|
||||
if [ ! -f rix0rrr.BeaconLib.dll ]; then
|
||||
echo "Fetching rix0rrr.BeaconLib from NuGet."
|
||||
get rix0rrr.BeaconLib 1.0.0
|
||||
cp ./rix0rrr.BeaconLib/lib/net40/rix0rrr.BeaconLib.dll .
|
||||
rm -rf rix0rrr.BeaconLib
|
||||
fi
|
||||
Reference in New Issue
Block a user