"README.md" did not exist on "53aaf26e7ef11fabff196b1eacde384f064f69f6"
Fix check for Window's convert.
Older versions of Windows use the path C:\Windows\system32. Newer ones use the path C:\Windows\System32 (with a capitol S). They are somewhat equivalent because Windows file system is not case sensitive, but it made the check for the system32 directory fail. This change first converts the path the lowercase to do a non case sensitive comparison.
Loading
Please register or sign in to comment