From a9cd26e770792a618a28536cc2c900ca8a3e1157 Mon Sep 17 00:00:00 2001 From: Julian Date: Sun, 5 Mar 2023 15:21:39 +0100 Subject: [PATCH] Issue makiert --- updater/src/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/src/download.js b/updater/src/download.js index 675d10f..cb986d6 100644 --- a/updater/src/download.js +++ b/updater/src/download.js @@ -40,7 +40,7 @@ function downloadFile(source) { .on('finish', function() { // Code to extract file fs.createReadStream(`${startpath}/${zipFile}`) - .pipe(unzipper.Extract({ path: `${startpath}/${region}/${airacversion}_v${releaseversion}` })) + .pipe(unzipper.Extract({ path: `${startpath}/${region}/${airacversion}_v${releaseversion}` }))/*Der Packagename fehlt noch*/ .on('finish', function() { // console.log("Decompressed successfully."); fs.rename(`${startpath}/${zipFile}`, `${startpath}/zipfiles/${zipFile}`, (err) => {