} catch (IOException ex) {
String error = "Unable to uncompress file " + updateZip.getPath() + " due to exception " + ex.getMessage();
window.log(error);
errorOccurred = true;
throw new UpdaterException(error, ex);
}
window.log("HearthStats Companion is now updated.");
} else {
window.log("Updater Error: unable to locate " + updateZip.getPath());