We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8455f4f commit 5ef25d4Copy full SHA for 5ef25d4
1 file changed
src/main/java/edu/kit/datamanager/ro_crate/preview/StaticPreview.java
@@ -66,7 +66,7 @@ public void saveAllToFolder(File folder) throws IOException {
66
public void saveAllToStream(String metadata, ZipOutputStream stream) throws IOException {
67
ZipUtil.addFileToZipStream(stream, this.metadataHtml, "ro-crate-preview.html");
68
if (this.otherFiles != null) {
69
- ZipUtil.addFolderToZipStream(stream, this.otherFiles, this.otherFiles.getName());
+ ZipUtil.addFolderToZipStream(stream, this.otherFiles, "ro-crate-preview_files");
70
}
71
72
0 commit comments