diff options
Diffstat (limited to 'export.ps1')
| -rw-r--r-- | export.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
