mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Add tmux4.png.
This commit is contained in:
parent
31ab5caa35
commit
8794562a85
@ -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
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 106 KiB |
BIN
www/images/tmux4.png
Normal file
BIN
www/images/tmux4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 321 KiB |
@ -57,6 +57,7 @@ on GitHub</a> and a
|
||||
<a href="tmux1.png"><img src="small-tmux1.png" alt="Screenshot"/></a>
|
||||
<a href="tmux2.png"><img src="small-tmux2.png" alt="Screenshot"/></a>
|
||||
<a href="tmux3.png"><img src="small-tmux3.png" alt="Screenshot"/></a>
|
||||
<a href="tmux4.png"><img src="small-tmux4.png" alt="Screenshot"/></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user