From 2b41209f2b76d4067867be466bdcfed478ff3f39 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 24 Jan 2026 04:41:19 +0800 Subject: Move setup scripts to scripts/setup directory --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 8ee2245..ed427f0 100644 --- a/build.rs +++ b/build.rs @@ -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"; -- cgit