mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 09:54:49 -04:00
more useful manifest in exported zip file
This commit is contained in:
parent
b271685fc8
commit
3bc9f52130
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user