mirror of
https://github.com/sp-tarkov/patcher.git
synced 2025-02-13 01:30:47 -05:00
update exit codes
This commit is contained in:
parent
0e3a82a670
commit
e54f04d89f
BIN
Patcher/PatchGenerator/Resources/PatchClient.exe
(Stored with Git LFS)
BIN
Patcher/PatchGenerator/Resources/PatchClient.exe
(Stored with Git LFS)
Binary file not shown.
@ -2,10 +2,11 @@
|
||||
{
|
||||
public enum PatcherExitCode
|
||||
{
|
||||
Success = 0,
|
||||
EftExeNotFound = 10,
|
||||
NoPatchFolder = 11,
|
||||
MissingFile = 12,
|
||||
MissingDir = 13
|
||||
ProgramClosed = 0,
|
||||
Success = 10,
|
||||
EftExeNotFound = 11,
|
||||
NoPatchFolder = 12,
|
||||
MissingFile = 13,
|
||||
MissingDir = 14
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user