updated path for image file

This commit is contained in:
Supositware 2019-03-01 19:30:31 +01:00
parent f259165bee
commit ba15fe1a47

View file

@ -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')) {