summaryrefslogtreecommitdiff
path: root/export.ps1
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-03 21:11:28 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-03 21:11:28 +0800
commit9c81dd3d567c620e5876e2c2586e3086272a4d14 (patch)
treef3029d20b1313505d3ed7596c7d9503ee0c35012 /export.ps1
parent2e16a556e277035225d02d9a62c2da699235de36 (diff)
Update build timestamp format to seconds
Diffstat (limited to 'export.ps1')
-rw-r--r--export.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/export.ps1 b/export.ps1
index 8b1d675..d077028 100644
--- a/export.ps1
+++ b/export.ps1
@@ -1,7 +1,7 @@
# Require : Cargo (Rust), ISCC (Inno Setup)
# Build
-$env:CARGO_BUILD_RERUN_IF_ENV_CHANGED="FORCE_BUILD=$(Get-Date -Format 'yyyyMMdd')"
+$env:CARGO_BUILD_RERUN_IF_ENV_CHANGED="FORCE_BUILD=$(Get-Date -Format 'mmss')"
cargo build --workspace --release
if ($LASTEXITCODE -ne 0) {
# Build failed