setLastModified(download.getTempFile(), fromMillis(get.getLastModified()));
}
private void extract() throws IOException {
File target = download.getFile().getFile();
new Extractor(modelUpdater).extract(download.getTempFile(), target);
setLastModified(download.getTempFile(), fromMillis(get.getLastModified()));
}