mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 08:27:18 -04:00
Fix gallery generator script
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ for style in ./styles/*.json; do
|
|||||||
light="-l"
|
light="-l"
|
||||||
fi
|
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"
|
pngcrush -ow "./styles/$filename"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user