0
0
mirror of https://github.com/sp-tarkov/patcher.git synced 2025-02-12 17:10:46 -05:00

Update README.md

This commit is contained in:
waffle-lord 2024-11-25 11:15:20 -05:00 committed by GitHub
parent d478a85b1e
commit aa624607ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,11 @@ Allows for generating and applying patches to software.
Currently used for downgrading EFT.
## Requirements
- .net 6
- .net 8
## Development Stuff
- VS 2022 w/ Avalonia Extension
- git-lfs
## PatchClient Parameters
The patch client only has one parameter at this time (`autoclose`) which can be passed to the patch client like this:
@ -42,4 +43,4 @@ public enum PatcherExitCode
MissingDir = 14 // a directory could not be found during patch generation (source/target/output) (patch generator only)
PatchFailed = 15 // a patch file failed (patch client only)
}
```
```