From c4915ab825a7d3b17f21967c94eeeb470b4da43e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 10 Dec 2025 13:05:43 +0800 Subject: Remove silent build output from export script --- export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'export.sh') diff --git a/export.sh b/export.sh index 52215ba..e508d79 100755 --- a/export.sh +++ b/export.sh @@ -3,7 +3,7 @@ # Require : Cargo (Rust) # Build -if cargo build --workspace --release >/dev/null 2>&1; then +if cargo build --workspace --release; then # Export cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter fi -- cgit