mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Output correct path in demo record script
This commit is contained in:
parent
1712ad08ae
commit
37dc31b815
1 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,7 @@ mkdir -p demo/output
|
|||
|
||||
terminalizer -c demo/config.yml record --skip-sharing -d "go run cmd/integration_test/main.go cli --slow $TEST" "demo/output/$NAME"
|
||||
terminalizer render "demo/output/$NAME" -o "demo/output/$NAME.gif"
|
||||
gifsicle --colors 256 --use-col=web -O3 < "demo/output/$NAME.gif" > "demo/output/$NAME-compressed.gif"
|
||||
COMPRESSED_PATH="demo/output/$NAME-compressed.gif"
|
||||
gifsicle --colors 256 --use-col=web -O3 < "demo/output/$NAME.gif" > "$COMPRESSED_PATH"
|
||||
|
||||
echo "Demo recorded to demo/$NAME-compressed.gif"
|
||||
echo "Demo recorded to $COMPRESSED_PATH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue