Skip to content

Commit bcb6e92

Browse files
committed
fix(runner): update chromium executable name
1 parent a62c555 commit bcb6e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ -z "$URLS" ]; then
1414
exit 0
1515
fi
1616

17-
chromium-browser \
17+
chromium \
1818
$URLS \
1919
--disable-component-update \
2020
--disable-composited-antialiasing \

0 commit comments

Comments
 (0)