diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-08 19:48:56 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-08 19:48:56 +0800 |
| commit | 0d43ea9ad1c5d490a5e1db3ce19d67a7e5193d35 (patch) | |
| tree | 96b78fbaf8d0621be01ffeaef50fb636bbce4569 /export.sh | |
| parent | 05f91c8a0191b2cb4ef0baa9690abc5d83fd2f1e (diff) | |
Replace Cargo alias with standalone export script
Diffstat (limited to 'export.sh')
| -rwxr-xr-x | export.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/export.sh b/export.sh new file mode 100755 index 0000000..5c3cbc1 --- /dev/null +++ b/export.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Build +cargo build --workspace --release + +# Export +cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter |
