zip.close();
// write updated properties
ByteArrayOutputStream tmpOut = new ByteArrayOutputStream();
inf.getProperties().storeToXML(tmpOut, "FileVault Package Properties", "utf-8");
exporter.writeFile(new ByteArrayInputStream(tmpOut.toByteArray()), Constants.META_DIR + "/" + Constants.PROPERTIES_XML);
if (tracker != null) {
tracker.track("A", Constants.META_DIR + "/" + Constants.PROPERTIES_XML);
}
if (opts.getPostProcessor() != null) {