scripts: fix feature graphic flow

This commit is contained in:
Harsh Shandilya 2024-01-19 17:26:40 +05:30
parent 8340228637
commit feed18c33e
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ appId: dev.msfjarvis.claw.android
- takeScreenshot: "HottestPosts"
- tapOn: "Saved"
- takeScreenshot: "SavedPosts"
- tapOn: "Extra options"
- tapOn: "Search posts"
- inputText: "Nix"
- pressKey: Enter

View File

@ -19,7 +19,7 @@ function generate_grid() {
"${SCREENSHOT_DIR}"/CommentsPage.png \
"${SCREENSHOT_DIR}"/SavedPosts.png \
"${SCREENSHOT_DIR}"/SearchPage.png \
"${1:?}.png"
"${1:?}.png" || true
# Convert the resulting PNG to WebP
cwebp "${1:?}.png" -o "${1:?}.webp"