lukasmonk / lucaschessR2

Lucas Chess R Version 2
GNU General Public License v3.0
255 stars 36 forks source link

Fixing LucasChess not starting on Linux because the OSEngines.py file… #109

Closed jlrdh closed 9 months ago

jlrdh commented 9 months ago

LucasChess on Linux fails starting because it has incorrect entries for the Fox and FoxCub engines. This change renames the Fox and FoxCub folders to fox and foxcub (linux is case-sensitive) + corrects the OSEngines.py file accordingly. It resolves issue #105 .