italomandara / CXPatcher

A patcher to upgrade Crossover dependencies and improve compatibility
GNU General Public License v3.0
834 stars 22 forks source link

fix spelling of info.plist → Info.plist #99

Closed andrekandore closed 10 months ago

andrekandore commented 10 months ago

info.plist → to Info.plist

fixes filename search in isCrossoverApp(url: URL, version:, skipVersionCheck:) which caused patching to fail on case-sensitive fs failed since the actual filename is Info.plist *

* totally understand that case-sensitive is probably not officially supported, but thought i would send the pr if its ok...

discussed here

https://github.com/italomandara/CXPatcher/discussions/98

italomandara commented 10 months ago

Thanks for your work!

andrekandore commented 10 months ago

thanks too!