community-plugins icon indicating copy to clipboard operation
community-plugins copied to clipboard

handle incorrect case sensitivity

Open psifertex opened this issue 2 years ago • 0 comments

Right now there's a case-sensitive comparison somewhere in the plugin manager so it thinks a plugin has moved when it's merely a different case. Need to probably normalize them when using the name as a key:

https://github.com/Vector35/community-plugins/blob/master/generate_index.py#L229C13-L229C23

But might need other changes and don't have time to investigate now.

psifertex avatar Jan 06 '24 03:01 psifertex