mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
scripts: fix feature graphic flow
This commit is contained in:
parent
8340228637
commit
feed18c33e
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ appId: dev.msfjarvis.claw.android
|
||||||
- takeScreenshot: "HottestPosts"
|
- takeScreenshot: "HottestPosts"
|
||||||
- tapOn: "Saved"
|
- tapOn: "Saved"
|
||||||
- takeScreenshot: "SavedPosts"
|
- takeScreenshot: "SavedPosts"
|
||||||
- tapOn: "Extra options"
|
|
||||||
- tapOn: "Search posts"
|
- tapOn: "Search posts"
|
||||||
- inputText: "Nix"
|
- inputText: "Nix"
|
||||||
- pressKey: Enter
|
- pressKey: Enter
|
||||||
|
|
|
@ -19,7 +19,7 @@ function generate_grid() {
|
||||||
"${SCREENSHOT_DIR}"/CommentsPage.png \
|
"${SCREENSHOT_DIR}"/CommentsPage.png \
|
||||||
"${SCREENSHOT_DIR}"/SavedPosts.png \
|
"${SCREENSHOT_DIR}"/SavedPosts.png \
|
||||||
"${SCREENSHOT_DIR}"/SearchPage.png \
|
"${SCREENSHOT_DIR}"/SearchPage.png \
|
||||||
"${1:?}.png"
|
"${1:?}.png" || true
|
||||||
|
|
||||||
# Convert the resulting PNG to WebP
|
# Convert the resulting PNG to WebP
|
||||||
cwebp "${1:?}.png" -o "${1:?}.webp"
|
cwebp "${1:?}.png" -o "${1:?}.webp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue