Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI/updater: Fix files with similar hashes clashing
Do to multithreading the update process, files of the same hash can sometimes collide due to race. Ensure the filenames are all unique by appending an incremented value for each file.
- Loading branch information