aboutsummaryrefslogtreecommitdiff
path: root/crates/build_helper
Commit message (Collapse)AuthorAgeFilesLines
* Add platform restrictions to deployment configsDesktop_0.1.0_Basemain魏曹先生2026-01-102-240/+0
| | | | | | | | - Move build_helper from crates/ to tools/ directory - Specify platform targets for shell completions and entry scripts - Bash scripts now target linux and macos - Powershell scripts target windows - Zsh plugin files target linux and macos
* Fix indentation of file not found warning魏曹先生2025-11-231-1/+1
|
* Improve export output formatting and alignment魏曹先生2025-11-171-8/+8
|
* feat: enhance build and publishing system魏曹先生2025-11-061-10/+78
| | | | | | | - Add file copy configurations in .cargo/config.toml - Extend exporter to support copying additional files - Create bin directory for organized binary distribution - Add support for copying shell scripts and completion files
* Add compile-time version and build information魏曹先生2025-11-041-33/+47
| | | | | | | - Add build script to generate compile_info.rs with build metadata - Include version, build date, target platform, and toolchain info - Add version command to both jv and jvv binaries - Update help documentation with version information - Ignore generated compile_info.rs in git
* feat: add build_helper crate for publishing魏曹先生2025-10-182-0/+158
- Add Cargo.toml and main.rs for build helper - Support custom cargo pub command for binary distribution