diff options
Diffstat (limited to 'export.ps1')
| -rw-r--r-- | export.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ if ($LASTEXITCODE -ne 0) { # Build succeeded # Export if (cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter) { + Remove-Item -Path src\data\compile_info.rs -ErrorAction SilentlyContinue ISCC /Q .\setup\windows\setup_jv_cli.iss } } |
