Skip to content

2024-July-24 - 2.7.14812

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 05:11
791b06a
Map extract fix: add replace flag to overwrite bad zips (#12760)

If a bad map is downloaded and can't be extracted, it is moved
into the 'bad zips' folder. If the same map is redownloaded,
then we have a failure moving the bad zip because the target
folder already exists.

This is a patch to replace the bad zip if it already exists.