时空脚本优化

main
grimm 2024-07-18 15:26:45 +08:00
parent f2387acb09
commit 063dd1e142
2 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ server_code_build(){
local package="${project}_${time}"
case $code in
"server")
bash ./update_sk_logic.sh "$project" "$package"
bash ./update_sk_server.sh "$project" "$package"
;;
"world")
bash ./update_sk_world.sh "$project" "$package"