forked from Supositware/Haha-Yes
updated path for image file
This commit is contained in:
parent
f259165bee
commit
ba15fe1a47
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class nolightCommand extends Command {
|
||||||
});
|
});
|
||||||
|
|
||||||
async function apng() {
|
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(`stdout: ${stdout}`);
|
||||||
console.log(`stderr: ${stderr}`);
|
console.log(`stderr: ${stderr}`);
|
||||||
if (stdout.includes('all done')) {
|
if (stdout.includes('all done')) {
|
||||||
|
|
Loading…
Reference in a new issue