Fix error when using saveAs

This commit is contained in:
Twan van Laarhoven
2020-05-22 00:25:35 +02:00
parent c8bf037815
commit 749de23eb0
+1
View File
@@ -488,6 +488,7 @@ void Package::saveToZipfile(const String& saveAs, bool remove_unused, bool is_co
}
wxRenameFile(tempFile, saveAs);
// re-open zip file
filename = saveAs;
openZipfile();
}