This commit is contained in:
Your Name
2024-04-27 23:15:56 -05:00
parent 72e8bd8589
commit 5307c44635
5 changed files with 10 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ def build(spinner: Spinner, dirty: bool = False, minimal: bool = False) -> None:
pass
if scons.returncode == 0:
Path('/data/openpilot/prebuilt').touch()
break
if scons.returncode != 0: