itchio / wharf

:satellite: A protocol to quickly transfer software builds (reference Go implementation)
https://github.com/itchio/wharf-spec
MIT License
175 stars 16 forks source link

Case fixing is wrong #13

Closed fasterthanlime closed 5 years ago

fasterthanlime commented 5 years ago

If the old build has:

Data/
DataSomething.dlll

And the new build has:

data/
DataSomething.dll

then FsPool will helpfully "fix" DataSomething.dll into dataSomething.dll...

fasterthanlime commented 5 years ago

Fixed in