android: fix release screenshot review blockers · openclaw/openclaw@c9a854c
joshavant
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -104,7 +104,9 @@ def read_android_version_metadata
|
104 | 104 | "--import", |
105 | 105 | "tsx", |
106 | 106 | File.join(repo_root, "scripts", "android-version.ts"), |
107 | | -"--json" |
| 107 | +"--json", |
| 108 | +"--root", |
| 109 | +repo_root |
108 | 110 | ) |
109 | 111 | unless status.success? |
110 | 112 | detail = stderr.to_s.strip |
@@ -123,7 +125,7 @@ rescue JSON::ParserError => e
|
123 | 125 | end |
124 | 126 | |
125 | 127 | def sync_android_versioning! |
126 | | -sh(shell_join(["node", "--import", "tsx", File.join(repo_root, "scripts", "android-sync-versioning.ts"), "--check"])) |
| 128 | +sh(shell_join(["node", "--import", "tsx", File.join(repo_root, "scripts", "android-sync-versioning.ts"), "--check", "--root", repo_root])) |
127 | 129 | end |
128 | 130 | |
129 | 131 | def android_release_notes_path |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。