Fix gallery generator script

This commit is contained in:
Christian Muehlhaeuser
2019-12-06 19:35:40 +01:00
parent 5209f28a71
commit c8a61e56fb
+1 -1
View File
@@ -9,6 +9,6 @@ for style in ./styles/*.json; do
light="-l"
fi
./termshot ${light} -o ./styles/ -f "$filename" ./gold -s ${style}
./termshot ${light} -o ./styles/ -f "$filename" ./cmd/gold/gold -s ${style} ./cmd/gold
pngcrush -ow "./styles/$filename"
done