From ba15fe1a477107065de4a7096c4d0d484b42cdae Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 1 Mar 2019 19:30:31 +0100 Subject: [PATCH] updated path for image file --- commands/images/nolight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/images/nolight.js b/commands/images/nolight.js index fc39907c..b4b7498b 100644 --- a/commands/images/nolight.js +++ b/commands/images/nolight.js @@ -64,7 +64,7 @@ class nolightCommand extends Command { }); async function apng() { - const { stdout, stderr } = await exec('apngasm -o nolight.png frame00*.png -s'); + const { stdout, stderr } = await exec('apngasm -o img/nolight.png img/frame00*.png -s'); console.log(`stdout: ${stdout}`); console.log(`stderr: ${stderr}`); if (stdout.includes('all done')) {