From b9d86e6ed9a87f0ecce87279b94ac332512da981 Mon Sep 17 00:00:00 2001 From: OPPEN321 Date: Tue, 23 Sep 2025 19:03:40 +0800 Subject: [PATCH] Update build.sh --- build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.sh b/build.sh index 36bb9da..ff5384e 100644 --- a/build.sh +++ b/build.sh @@ -180,9 +180,6 @@ compilation_script() { 04-preset_homeproxy.sh 05-rockchip_target_only.sh 05-x86_64_target_only.sh - 06-fix-source.sh - 10-custom.sh - 99_clean_build_cache.sh ) for script in "${scripts[@]}"; do @@ -197,7 +194,6 @@ compilation_script() { bash 02-prepare_adguard_core.sh bash 03-preset_mihimo_core.sh bash 04-preset_homeproxy.sh - bash 06-fix-source.sh # 执行架构特定脚本 if [[ "$1" == "rockchip" ]]; then