mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
Adjust error code.
This commit is contained in:
parent
d0667ebaad
commit
4fb6bf4d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
if (!InstallerWizard::Run(GAME_INSTALL_DIRECTORY, isGameInstalled && forceDLCInstaller))
|
||||
{
|
||||
std::_Exit(1);
|
||||
std::_Exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue