diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-24 04:41:19 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-24 04:41:19 +0800 |
| commit | 2b41209f2b76d4067867be466bdcfed478ff3f39 (patch) | |
| tree | 7f232e5f468ceb4b40f0c1506a167c4de6236657 /build.rs | |
| parent | 4c77a05993d40c42ebe78c1d3a72f8049f360982 (diff) | |
Move setup scripts to scripts/setup directory
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ const COMPILE_INFO_RS_TEMPLATE: &str = "./templates/compile_info.rs.template"; const COMPILE_INFO_RS: &str = "./src/data/compile_info.rs"; const SETUP_JV_CLI_ISS_TEMPLATE: &str = "./templates/setup_jv_cli.iss.template"; -const SETUP_JV_CLI_ISS: &str = "./setup/windows/setup_jv_cli.iss"; +const SETUP_JV_CLI_ISS: &str = "./scripts/setup/windows/setup_jv_cli.iss"; const REGISTRY_RS_TEMPLATE: &str = "./templates/_registry.rs.template"; const REGISTRY_RS: &str = "./src/systems/cmd/_registry.rs"; |
