From 8ad0536eedef975dce821f8156e6ab115ea0f033 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Tue, 15 Jun 2021 23:43:03 +0800 Subject: [PATCH] Fix initial configuration build --- tool/quick_start_win10/_configure.bat | 4 ++-- tool/quick_start_win10/copy_dds_to_interfaces.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tool/quick_start_win10/_configure.bat b/tool/quick_start_win10/_configure.bat index aa38c404e..4872b77ae 100644 --- a/tool/quick_start_win10/_configure.bat +++ b/tool/quick_start_win10/_configure.bat @@ -67,9 +67,9 @@ if %errorlevel% neq 0 pause if exist %RC_ROOT%\pipeline\install\data_leveldesign\sheet_id.bin goto :skipbuild python a1_worldedit_data.py if %errorlevel% neq 0 pause -python 1_export -ipj common/gamedev common/data_common common/sound common/leveldesign common/exedll shard/data_language shard/data_leveldesign shard/data_shard +python 1_export.py -ipj common/gamedev common/data_common common/sound common/leveldesign common/exedll shard/data_language shard/data_leveldesign shard/data_shard if %errorlevel% neq 0 pause -python 2_build -ipj common/gamedev common/data_common common/sound common/leveldesign common/exedll shard/data_language shard/data_leveldesign shard/data_shard +python 2_build.py -ipj common/gamedev common/data_common common/sound common/leveldesign common/exedll shard/data_language shard/data_leveldesign shard/data_shard if %errorlevel% neq 0 pause cd /d %RC_ROOT% call copy_dds_to_interfaces.bat diff --git a/tool/quick_start_win10/copy_dds_to_interfaces.bat b/tool/quick_start_win10/copy_dds_to_interfaces.bat index 2eeaf4018..0e7180130 100644 --- a/tool/quick_start_win10/copy_dds_to_interfaces.bat +++ b/tool/quick_start_win10/copy_dds_to_interfaces.bat @@ -2,4 +2,4 @@ rem This script copies lost interface graphics to the interface installation dir xcopy /Y .\pub\assets\interfaces\ .\pipeline\install\interfaces\ copy .\pipeline\install\interfaces\login_bg.dds .\pipeline\install\interfaces\launcher_bg_1.dds move .\pipeline\install\interfaces\login_bg.dds .\pipeline\install\interfaces\launcher_bg_0.dds -pause +if /I "%RC_ROOT%"=="" pause