build(macos): bundle playwright in embedded gateway

This commit is contained in:
Peter Steinberger
2025-12-20 19:16:52 +00:00
parent 21ac34bc6a
commit 1eb6d617f5

View File

@@ -138,9 +138,7 @@ if [[ "${SKIP_GATEWAY_PACKAGE:-0}" != "1" ]]; then
--compile \
--bytecode \
--outfile "$BUN_OUT" \
-e playwright-core \
-e electron \
-e "chromium-bidi*" \
--define "__CLAWDIS_VERSION__=\\\"$PKG_VERSION\\\""
chmod +x "$BUN_OUT"