Add favicon to MuJoCo Live.

PiperOrigin-RevId: 956476524
Change-Id: I3f33cd09764e1236999b7d269045a2f8c2a8236e
This commit is contained in:
Yuval Tassa
2026-07-30 06:08:29 -07:00
committed by Copybara-Service
parent 82471cbdfb
commit 60889f5e85
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ jobs:
cp src/experimental/studio/live.html dist/index.html
cp src/experimental/studio/live.css dist/live.css
cp src/experimental/studio/live.js dist/live.js
cp src/experimental/studio/favicon.ico dist/favicon.ico
COMMIT_HASH=$(git rev-parse HEAD 2>/dev/null || true)
if [ -n "$COMMIT_HASH" ]; then
sed -i "s/__COMMIT_HASH_PLACEHOLDER__/$COMMIT_HASH/g" dist/index.html