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:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user