mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
leave .efi files in efi/boot/ uncompressed on ntfs
additional fox for #1381 on top of commit 8719412667
This commit is contained in:
parent
72cfb89154
commit
ff0a48570d
1 changed files with 1 additions and 1 deletions
|
@ -1015,7 +1015,7 @@ out:
|
|||
fclose(fd);
|
||||
} else if (HAS_BOOTMGR(img_report) && enable_ntfs_compression) {
|
||||
// bootmgr might need to be uncompressed: https://github.com/pbatard/rufus/issues/1381
|
||||
RunCommand("compact /u bootmgr bootmgr.efi", dest_dir, TRUE);
|
||||
RunCommand("compact /u bootmgr* efi/boot/*.efi", dest_dir, TRUE);
|
||||
}
|
||||
}
|
||||
if (p_iso != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue