diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-24 05:08:11 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-24 05:08:11 +0800 |
| commit | 65b4f43f03d149f3b6c0ac0fb615a3063d7d14f8 (patch) | |
| tree | 72da7b1d2960b7f7cd9996775e489c60572850f5 /scripts | |
| parent | e6e33ce5ceb0d790fdaaa97253acc77e98954aa6 (diff) | |
Update installer script path in deployment script
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/dev/deploy.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/deploy.ps1 b/scripts/dev/deploy.ps1 index bc00cad..3da08bb 100644 --- a/scripts/dev/deploy.ps1 +++ b/scripts/dev/deploy.ps1 @@ -73,6 +73,6 @@ if ($LASTEXITCODE -ne 0) { if (cargo run --manifest-path tools/build_helper/Cargo.toml --quiet --bin exporter release) { Copy-Item -Path templates\compile_info.rs.template -Destination src\data\compile_info.rs -Force Write-Host "Packing Installer `".\setup\windows\setup_jv_cli.iss`"" - ISCC /Q .\setup\windows\setup_jv_cli.iss + ISCC /Q .\scripts\setup\windows\setup_jv_cli.iss } } |
