mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
@@ -142,12 +142,6 @@ int main([[maybe_unused]] int argc, char** argv)
|
||||
return -1;
|
||||
}
|
||||
|
||||
std::cout << "------------Update stage.json------------" << std::endl;
|
||||
if (!update_stages_data(cur_path, resource_dir)) {
|
||||
std::cerr << "Update stages data failed" << std::endl;
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Update overseas data */
|
||||
std::cout << "------------Update overseas data------------" << std::endl;
|
||||
const std::filesystem::path overseas_data_dir = cur_path;
|
||||
|
||||
Reference in New Issue
Block a user