Skip to content

Commit 3795efe

Browse files
committed
Include turtle-language in release manifests
1 parent 8535f92 commit 3795efe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packaging/scripts/write-turtle-term-manifest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def main() -> int:
4949
"turtle-cloudfog",
5050
"turtle-superconscious",
5151
"turtle-agent-machine",
52+
"turtle-language",
5253
"sourceos-term"
5354
],
5455
"private_runtime_path": "libexec/turtle-term",
@@ -64,7 +65,8 @@ def main() -> int:
6465
"turtle-agentctl --stdio surfaces",
6566
"turtle-cloudfog surfaces",
6667
"turtle-superconscious observe hello",
67-
"turtle-agent-machine surfaces"
68+
"turtle-agent-machine surfaces",
69+
"turtle-language diagnostics README.md"
6870
],
6971
}
7072

0 commit comments

Comments
 (0)