texhex / BiosSledgehammer

Automated BIOS, ME, TPM firmware update and BIOS settings for HP devices
Apache License 2.0
128 stars 17 forks source link

If the BIOS update exectuable is not in main BIOS-x.x path, the log file is not found #10

Closed texhex closed 7 years ago

texhex commented 7 years ago

In case the BIOS update executable is not in the main path (e.g. BIOS-2.04), but in a child folder (BIOS-2.04\HPBIOSUPDREC), the log file after an update is not found by BIOS Sledgehammer.

When a direct search does not work, we should do a recursive search for any file matching LOG.

texhex commented 7 years ago

Fixed as of 3.0.2, we search for the first *.log file in any sub folder.