Update RecNetPlugin.dll download to version 0.0.3

This commit is contained in:
devin
2026-07-14 14:18:27 -04:00
committed by GitHub
parent 914059e08e
commit 0200509ed2
+1 -1
View File
@@ -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