mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
PKG install hotfix
This commit is contained in:
parent
98dbbd84ac
commit
dd8ec8f09e
1 changed files with 5 additions and 1 deletions
|
@ -913,8 +913,12 @@ bool package_reader::extract_data(atomic_t<double>& sync)
|
|||
pkg_log.success("Package successfully installed to %s", dir);
|
||||
}
|
||||
else
|
||||
{
|
||||
if (was_null)
|
||||
{
|
||||
fs::remove_all(dir, true);
|
||||
}
|
||||
|
||||
pkg_log.error("Package installation failed: %s", dir);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue