Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
c725af45db chore(release): 0.2.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-09-22 13:12:41 +00:00
1eee1d9f3e
chore: build in cuddle instead of vhs
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-22 15:11:23 +02:00
4 changed files with 3 additions and 3 deletions

View File

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *(deps)* update rust crate bytes to v1.7.2 - *(deps)* update rust crate bytes to v1.7.2
### Other ### Other
- build in cuddle instead of vhs
- build first then run - build first then run
- clear screen after build - clear screen after build
- fix warnings - fix warnings

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 KiB

After

Width:  |  Height:  |  Size: 422 KiB

View File

@ -4,6 +4,8 @@ rm -r assets/gifs
set -e set -e
cargo build --features example && clear
cuddle x record cuddle x record
mkdir -p assets/gifs mkdir -p assets/gifs
mv target/vhs/* assets/gifs mv target/vhs/* assets/gifs

View File

@ -3,9 +3,6 @@ Set Theme "Dracula"
Set Width 1200 Set Width 1200
Set Height 1000 Set Height 1000
Hide Hide
Type "cargo build --features example && clear"
Enter
Sleep 1s
Type "./target/debug/gitnow --no-cache" Type "./target/debug/gitnow --no-cache"
Enter Enter
Show Show