Skip to content

Commit 12ea3fe

Browse files
authored
Update README.md
1 parent af80fe9 commit 12ea3fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ To ensure that the patched NetworkBehaviours are initialized properly, add the f
4747

4848
Example post build event:
4949
```
50-
xcopy "$(TargetPath)" "O:\NetcodePatcher\plugins\LethalThings" /Y
51-
xcopy "$(TargetDir)$(AssemblyName).pdb" "O:\NetcodePatcher\plugins\LethalThings" /Y
5250
cd O:\NetcodePatcher
53-
NetcodePatcher.dll plugins/ deps/
54-
xcopy "O:\NetcodePatcher\plugins\LethalThings\$(AssemblyName).dll" "C:\Program Files (x86)\Steam\steamapps\common\Lethal Company\BepInEx\plugins\LethalThings" /Y
51+
NetcodePatcher.dll $(TargetDir) deps/
5552
```
5653
Essentially what it is doing is copying the assembly and the pdb file from the output folder, and running the patcher.
5754
Then copying the patched assembly to the plugins folder.

0 commit comments

Comments
 (0)