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 {
|
try {
|
||||||
|
|
||||||
|
|
||||||
// Fixme - should probably be the same name? Should we put everything in a directory?
|
ZipEntry mainFile = new ZipEntry(fileName);
|
||||||
ZipEntry mainFile = new ZipEntry("rocket.ork");
|
|
||||||
zos.putNextEntry(mainFile);
|
zos.putNextEntry(mainFile);
|
||||||
saveInternal(zos,document,options);
|
saveInternal(zos,document,options);
|
||||||
zos.closeEntry();
|
zos.closeEntry();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user