mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Add tmux4.png.
This commit is contained in:
@ -260,7 +260,10 @@ update-index.html:
|
||||
(cd www/images && \
|
||||
rm -f small-* && \
|
||||
for i in *.png; do \
|
||||
convert "$$i" -resize 200x150 "small-$$i"; \
|
||||
convert "$$i" \
|
||||
-resize '150x' -resize 'x100<' \
|
||||
-gravity center -crop 150x100+0+0 +repage \
|
||||
"small-$$i"; \
|
||||
done \
|
||||
)
|
||||
sed "s/%%RELEASE%%/${RELEASE}/g" www/index.html.in >www/index.html
|
||||
|
Reference in New Issue
Block a user