diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-04 17:17:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-04 17:17:03 +0800 |
| commit | 996544cd604f435464a04694f844bc2c4b6fb219 (patch) | |
| tree | 095e12bc402abf61269c03f3da39517fa481be77 /deploy.ps1 | |
| parent | e063e37fcd6fc5f8d30c532bc3c51b2917c6c44d (diff) | |
Replace compile_info.rs deletion with template copy in deploy scripts
Diffstat (limited to 'deploy.ps1')
| -rw-r--r-- | deploy.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,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 + Copy-Item -Path src\data\compile_info.rs.template -Destination src\data\compile_info.rs -Force ISCC /Q .\setup\windows\setup_jv_cli.iss } } |
