I already have OB2 0.1.3 installed. However, I want to upgrade it to 0.1.5 without reinstalling it. I see a file named “patch” in the github. How do i install it?
No need to do that, just run the updater in the OB2 root folder.
Otherwise download Patch.zip and extract it manually on top of your OB2, saying yes to overwrite all files (OB2 MUST NOT be running ofc)
I can run the Updater.dll file right? Because Im on mac
dotnet ./Updater.dll
I get the error
Cannot use file stream for [/Users/USER/Desktop/Patch/Updater.deps.json]: No such file or directory
A fatal error was encountered. The library 'libhostpolicy.dylib' required to execute the application was not found in '/Users/USER/Desktop/Patch/'.
Failed to run as a self-contained app.
- The application was run as a self-contained app because '/Users/USER/Desktop/Patch/Updater.runtimeconfig.json' was not found.
- If this should be a framework-dependent app, add the '/Users/USER/Desktop/Patch/Updater.runtimeconfig.json' file and specify the appropriate framework.
I already did cd /Users/USER/Desktop/Patch
You have to run Updater.dll
in the original OB2 folder, not the one in the Patch.zip
You didn’t have to download Patch.zip at all it’s automatically downloaded and applied by the updater, so just delete it, go back to your main OB2 folder and run the Updater from there
Oh ok lmao thanks will try