chore: Auto update by pre-commit hooks [skip changelog]

This commit is contained in:
pre-commit-ci[bot]
2024-10-22 08:40:20 +00:00
parent 26d7349722
commit ce02c80498
261 changed files with 7746 additions and 7012 deletions

View File

@@ -316,7 +316,7 @@ bool asst::AdbController::stop_game(const std::string& client_type)
return false;
}
std::string cur_cmd = utils::string_replace_all(m_adb.stop, "[PackageName]", package_name.value());
bool ret = call_command(cur_cmd).has_value();
bool ret = call_command(cur_cmd).has_value();
set_mumu_package("");