diff --git a/ts/smartarchive.classes.smartarchive.ts b/ts/smartarchive.classes.smartarchive.ts index b60710a..f0e2d73 100644 --- a/ts/smartarchive.classes.smartarchive.ts +++ b/ts/smartarchive.classes.smartarchive.ts @@ -62,7 +62,7 @@ export class SmartArchive { new plugins.smartfile.Smartfile({ base: null, // no working directory for this one contentBuffer: fileBuffer, - path: `./${header.name}` + path: `${header.name}` }) ); next();