This commit is contained in:
Philipp Kunz 2022-04-04 19:50:42 +02:00
parent 55e9287468
commit 232bb80bcb

View File

@ -62,7 +62,7 @@ export class SmartArchive {
new plugins.smartfile.Smartfile({ new plugins.smartfile.Smartfile({
base: null, // no working directory for this one base: null, // no working directory for this one
contentBuffer: fileBuffer, contentBuffer: fileBuffer,
path: `./${header.name}` path: `${header.name}`
}) })
); );
next(); next();