more useful manifest in exported zip file

This commit is contained in:
hneemann 2018-01-16 18:30:01 +01:00
parent b271685fc8
commit 3bc9f52130

View File

@ -46,9 +46,7 @@ public class ExportZipAction extends ToolTipAction {
File origin = circuit.getOrigin();
elementSet = new HashSet<>();
addFile(zip, origin, circuit);
addToZip(zip, "_readme.txt", "the main file is " + origin.getName());
addToZip(zip, "MANIFEST.TXT", "Main-Circuit: " + origin.getName() + "\n");
} catch (ElementNotFoundException e1) {
throw new IOException(Lang.get("err_errorExportingZip"), e1);
}