When saving a zip file, save the main rocket ork file using the same
filename.
This commit is contained in:
parent
db45a48e08
commit
aeacbcfd18
@ -266,8 +266,7 @@ public class GeneralRocketSaver {
|
||||
try {
|
||||
|
||||
|
||||
// Fixme - should probably be the same name? Should we put everything in a directory?
|
||||
ZipEntry mainFile = new ZipEntry("rocket.ork");
|
||||
ZipEntry mainFile = new ZipEntry(fileName);
|
||||
zos.putNextEntry(mainFile);
|
||||
saveInternal(zos,document,options);
|
||||
zos.closeEntry();
|
||||
|
Loading…
x
Reference in New Issue
Block a user