1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[iso] fix case sensitive comparison when preventing 'ldlinux.sys' overwrite

* Because we install our own ldlinux.sys, we must ensure that if the ISO contains
  an ldlinux.sys in the root directory, this file is not copied over. However, our
  comparison for the 'ldlinux.sys' string was case sensitive which means that some
  ISOs such as R-Drive Image boot ISO, that use 'LDLINUX.SYS' were trying write over
  our file, resulting in a file extraction failure.
* This patch ensures that the string comparison for 'ldlinux.sys' is case insensitive.
* Also add 512px sized icon (upscaled using waifu2x)
This commit is contained in:
Pete Batard 2019-08-29 18:03:18 +01:00
parent 798029237f
commit b251930608
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 7 additions and 7 deletions

BIN
res/icons/rufus-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB