-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Startup behavior: Simplify extraction algorithm (#12767)
When handling '.zip' files in the 'downloadedMaps' folder on startup, update extraction algorithm to be: - If "extraction target" does not exist, then proceed with extraction - If extraction target exists & is game-headed, then no-op - If extraction target exists & is game-headless, then delete extraction target, and then proceed with extraction. We also simplify extraction, we can rename the temp folder and/or delete it more simply.
- Loading branch information
1 parent
2417e5f
commit 1ccdf80
Showing
1 changed file
with
29 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters