From 232bb80bcbcd5d0f5702915e44af82e60f6e4ddf Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 4 Apr 2022 19:50:42 +0200 Subject: [PATCH] update --- ts/smartarchive.classes.smartarchive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();