📝 Update README and build script files with modified directory structure and command changes
This commit is contained in:
@@ -13,7 +13,7 @@ fn main() -> XResult<()> {
|
||||
let readme_template = opt_result!(fs::read_to_string(readme_template_file),
|
||||
"Read {} failed: {}", readme_template_file);
|
||||
|
||||
let output = util_cmd::run_command_or_exit("tree", &["-L", "2"]);
|
||||
let output = util_cmd::run_command_or_exit("tree.ts", &["--depth", "1"]);
|
||||
if !output.status.success() {
|
||||
failure_and_exit!("Run tree -L 2 failed: {}", output.status);
|
||||
}
|
||||
@@ -36,5 +36,5 @@ fn main() -> XResult<()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250308T212308+08:00.MEQCIBblLBxZYIuyjfsrCbQo
|
||||
// oGiiiUGtdmjOo0p1s9DfPewYAiBZfpz6Nj737qGfejAPmnO03+NGuR0wc51NqXcer2WxKA==
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260411T085848+08:00.MEQCIAajfj9xLasVUPLMKGoO
|
||||
// 6jybhE/TaNt8pFTGwhqbAd1PAiAKM8UqKSKwNn+9X3fy2ET70TCXM7hgu7B+i/gjoh4WQw==
|
||||
|
||||
Reference in New Issue
Block a user