From e512b811453441673d3e10838364b0dd13678894 Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Fri, 7 Aug 2026 12:11:28 -0400 Subject: [PATCH] update dll --- RecFlareSetup.iss | 2 +- download.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RecFlareSetup.iss b/RecFlareSetup.iss index 3749a4e..e30505e 100644 --- a/RecFlareSetup.iss +++ b/RecFlareSetup.iss @@ -50,7 +50,7 @@ const ClientURL = 'https://s3.g.megas4.com/2koayuyiwxv4groxzwdbbxg43cwustavrkvfb/recflare/client.zip'; DepotDownloaderURL = 'https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_3.4.0/DepotDownloader-windows-x64.zip'; BepInExURL = 'https://github.com/BepInEx/BepInEx/releases/download/v6.0.0-pre.2/BepInEx-Unity.IL2CPP-win-x64-6.0.0-pre.2.zip'; - PluginURL = 'https://github.com/djdevin/recnet-plugin/releases/download/20230414.1/RecNetPlugin.dll'; + PluginURL = 'https://github.com/djdevin/recnet-plugin/releases/download/20230414.2/RecNetPlugin.dll'; var SourcePage: TInputOptionWizardPage; diff --git a/download.bat b/download.bat index a5df315..e7ceb3f 100644 --- a/download.bat +++ b/download.bat @@ -60,7 +60,7 @@ del BepInEx.zip echo %CYAN%=== Downloading RecNetPlugin.dll into BepInEx\plugins ===%RESET% if not exist "BepInEx\plugins" mkdir "BepInEx\plugins" -curl -s -f -L -o "BepInEx\plugins\RecNetPlugin.dll" https://github.com/djdevin/recnet-plugin/releases/download/20230414.1/RecNetPlugin.dll || goto :error +curl -s -f -L -o "BepInEx\plugins\RecNetPlugin.dll" https://github.com/djdevin/recnet-plugin/releases/download/20230414.2/RecNetPlugin.dll || goto :error echo %GREEN%=== Done ===%RESET% pause