AM2R-Community-Developers / AM2RLauncher

Host respository for the AM2RLauncher.
GNU General Public License v3.0
343 stars 19 forks source link

Ignore casing of profile names when installing/updating mods #45

Closed Jesright73 closed 1 year ago

Jesright73 commented 1 year ago

Windows does not respect casing of folder and file names. This commit works around this by comparing mod profile names as all lowercase when installing and updating mods that are differing in profile name casing. Resolves #44

Miepee commented 1 year ago

LGTM, thanks!