gdquest-demos / godot-shaders

A large library of free and open-source shaders for the Godot game engine. Here, you'll get 2D and 3D shaders with playable demos.
Other
3.06k stars 182 forks source link

duplicate file causing directory mismatch on Windows #15

Closed mattiaswerner closed 4 years ago

mattiaswerner commented 4 years ago

I'm submitting a...

Bug report

What is the current behavior?

Current repo contains two similarly named files /Shaders/compose.shader /Shaders/Compose.shader

This is not an issue on linux. On Windows, only Compose.shader is shown in the directory. As I use SyncThing to manage certain aspects of my projects on several platforms, this is causing a issue as "compose.shader" becomes unavailable to sync.

What is the expected behavior?

Ideally a single file, or at least differently named files for compatibility with synchronisation software.

Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.

Checkout repo in a folder that's shared by SyncThing on a linux system. Sync folder with SyncThing on a Windows system.

Other

Other information

For compatibilities sake, please don't use file names with only capitalisation as differentiator.