feat: add runtime build-ID management to increment and track application build numbers

- Implemented a new module for managing build IDs at runtime.
- Introduced functions to find the repository root, check for stale locks, and increment the build ID.
- Ensured atomic writes to the build ID file with proper locking mechanisms.
- The build version string is formatted as "0.1.0+build.{build_id}" for display purposes.
This commit is contained in:
2026-07-21 05:41:27 +03:00
parent cbe03f74a3
commit bc89eefa88
9 changed files with 417 additions and 115 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
cargo run -p hcie-wx-app --bin hcie-wx-app
cargo run --bin hcie-gui
cargo run --example gui
cargo run -p
cargo run -p hcie-iced-gui
scripts/cargo-with-build-id.sh run -p hcie-iced-gui
##TAURI
npm komutunu proje kökünden değil, hcie-tauri-app/ altından çalıştırmalısın: