From c4d67bf738ca116c616b2f2c6c0859f16cccf6b4 Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Sat, 27 Dec 2025 20:34:27 +0800 Subject: Remove compile_info.rs after successful export --- export.ps1 | 1 + 1 file changed, 1 insertion(+) (limited to 'export.ps1') diff --git a/export.ps1 b/export.ps1 index d24c37e..77fda4d 100644 --- a/export.ps1 +++ b/export.ps1 @@ -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 } } -- cgit