team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
377 stars 39 forks source link

Extracted .zip files are not cached #288

Open athairus opened 8 years ago

athairus commented 8 years ago

This is especially painful when the zipped file is very large as Phoenix will hang while the extraction happens. We should check the extracted file's size to make sure we don't use a partially extracted file, re-extracting if there's a mismatch.