Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for case insensitive filesystem upates
This fix was made necessary when a library changed the case of one of its files, but kept the name the same. When the file was updated in place, the case did not change. The solution is to delete the file first before extracting the new one from the zip file with the changed case.
- Loading branch information