mirror of
https://github.com/djdevin/recflare-client.git
synced 2026-09-08 06:31:28 -07:00
Update RecNetPlugin.dll download to version 0.0.3
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ del BepInEx.zip
|
||||
|
||||
echo === Downloading RecNetPlugin.dll into BepInEx\plugins ===
|
||||
if not exist "BepInEx\plugins" mkdir "BepInEx\plugins"
|
||||
curl -f -L -o "BepInEx\plugins\RecNetPlugin.dll" https://github.com/djdevin/recnet-plugin/releases/download/0.0.2/RecNetPlugin.dll || goto :error
|
||||
curl -f -L -o "BepInEx\plugins\RecNetPlugin.dll" https://github.com/djdevin/recnet-plugin/releases/download/0.0.3/RecNetPlugin.dll || goto :error
|
||||
|
||||
echo === Extracting bundled global-metadata into RecRoom_Data\il2cpp_data\Metadata ===
|
||||
tar -xf "RecRoom_Data\il2cpp_data\Metadata\global-metadata.zip" -C "RecRoom_Data\il2cpp_data\Metadata" || goto :error
|
||||
|
||||
Reference in New Issue
Block a user