summaryrefslogtreecommitdiff
path: root/export.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'export.ps1')
-rw-r--r--export.ps11
1 files changed, 1 insertions, 0 deletions
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