gdquest-demos/godot-shaders

duplicate file causing directory mismatch on Windows

mattiaswerner opened this issue · 0 comments

I'm submitting a...

  • Bug report.

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.