KanoComputing / kano-burners

SD Card burner for OSX
GNU General Public License v2.0
12 stars 11 forks source link

[Dependency] Replace constant minimum space required with data from jsons #19

Open radujipa opened 9 years ago

radujipa commented 9 years ago

When doing dependency checking, use the data retrieved with get_latest_os_info() to replace REQUIRED_MB with os_info['compressed_size'] (see json). Do not forget to add some small size (like 50MB for example).

Ealdwulf commented 9 years ago

@rluz The idea of this one is that the burner should work if there is enough space for the image (compressed +uncompressed +50Mb leeway) and give an informative error otherwise. But I doubt this is s a problem for many people so feel free to deprioritize.