From 2e16a556e277035225d02d9a62c2da699235de36 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 3 Jan 2026 21:05:18 +0800 Subject: Add 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 --- export.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'export.ps1') diff --git a/export.ps1 b/export.ps1 index 77fda4d..8b1d675 100644 --- a/export.ps1 +++ b/export.ps1 @@ -1,6 +1,7 @@ # Require : Cargo (Rust), ISCC (Inno Setup) # Build +$env:CARGO_BUILD_RERUN_IF_ENV_CHANGED="FORCE_BUILD=$(Get-Date -Format 'yyyyMMdd')" cargo build --workspace --release if ($LASTEXITCODE -ne 0) { # Build failed -- cgit