WistfulHopes / gbfrelink.utility.manager

Mod management utility for Granblue Fantasy Relink using Reloaded II
MIT License
72 stars 7 forks source link

fix issue with updating external file located on mixed-case path #6

Closed bujyu-uo closed 6 months ago

bujyu-uo commented 6 months ago

Because the GBFR takes lowercase filepath as the input of hash function, not original filepath (may mixed-case).

Hence, current tool-chain will add new external record, not update existing record what we expected in index-file.

Nenkai commented 6 months ago

Good spot, thanks!