summaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Collapse)Author
2026-01-07Move deploy directory to .temp folder魏曹先生
2026-01-07Rename export directory to deploy and move templates魏曹先生
2026-01-03Add Git branch and commit info to compile info魏曹先生
- Include branch and commit hash in compile info display - Add build script functions to extract git metadata - Update export scripts to force rebuilds when needed - Extend share command with placeholder implementations
2025-12-10Add Windows installer script generation to build processWeicao-CatilGrass
- Generate Inno Setup installer script from template at build time - Extract author and homepage from Cargo.toml for script customization - Add generated installer script to .gitignore to avoid committing build artifacts
2025-11-04Update version to 0.1.0-dev and improve version detection魏曹先生
2025-11-04Add build script and update version display format魏曹先生
2025-11-04Add compile-time version and build information魏曹先生
- 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