PhoenixAPI bugfixs

- Fixed a bug in InnoCleanup that did not cleanup files with suffixes greater then 1 digit.
- Fixed a bug in InnoRename that caused renamed files to be moved to the base path instead of the correct sub-folder when the NOREC parameter was not used.
This commit is contained in:
Homes32
2023-01-02 09:30:13 -06:00
parent 08b9c68519
commit bcdfc89b88
2 changed files with 9 additions and 6 deletions

View File

@@ -15,6 +15,8 @@ Notable changes to the PhoenixPE project.
### Fixed
- Fixed an issue preventing network services from being installed if no NIC's were present.
- Fixed an issue with the Media Transfer Profile script that caused the mtp_helper.sys driver to be extracted to the wrong folder.
- Fixed a bug in InnoCleanup that did not cleanup files with suffixes greater then 1 digit.
- Fixed a bug in InnoRename that caused renamed files to be moved to the base path instead of the correct sub-folder when the NOREC parameter was not used.
### Removed