updated path for image file

merge-requests/3/head
Supositware 5 years ago
parent f259165bee
commit ba15fe1a47

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

Loading…
Cancel
Save