diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-27 20:34:27 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2025-12-27 20:34:27 +0800 |
| commit | c4d67bf738ca116c616b2f2c6c0859f16cccf6b4 (patch) | |
| tree | 096733828c70bc9a2319282ca15dc92d017a1ff7 /export.ps1 | |
| parent | b00e3e750d118c35b0949b78c1a59242aeb43082 (diff) | |
Remove compile_info.rs after successful export
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 } } |
