mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00
[core] add full extraction support for efi.img
* Also, Solus distro maintainers, I hate you!
This commit is contained in:
parent
dd9f9ce1e9
commit
f02fbe3acc
13 changed files with 327 additions and 77 deletions
|
@ -1886,6 +1886,10 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA
|
|||
case WM_COMMAND:
|
||||
#ifdef RUFUS_TEST
|
||||
if (LOWORD(wParam) == IDC_TEST) {
|
||||
image_path = "C:\\Downloads\\fat.iso";
|
||||
strcpy(img_report.efi_img_path, "efi.img");
|
||||
DumpFatDir("C:\\tmp", 0);
|
||||
image_path = NULL;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue