mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-12 14:10:46 -05:00
Update README.md
This commit is contained in:
parent
d478a85b1e
commit
aa624607ad
@ -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)
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user