1
1
Fork 0
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:
Joseph mendoza 2019-12-21 01:42:38 -08:00 committed by GitHub
parent 72cfb89154
commit ff0a48570d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)