DolphinQt: AutoUpdate.cpp should use scm_rev_git_str

27cc0b5 regression.
This commit is contained in:
JosJuice 2021-05-21 17:36:43 +02:00
parent 7d8c3ff7d2
commit 99dc97c377
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ void AutoUpdateChecker::CheckForUpdate()
#endif #endif
std::string version_hash = SConfig::GetInstance().m_auto_update_hash_override.empty() ? std::string version_hash = SConfig::GetInstance().m_auto_update_hash_override.empty() ?
Common::scm_rev_str : Common::scm_rev_git_str :
SConfig::GetInstance().m_auto_update_hash_override; SConfig::GetInstance().m_auto_update_hash_override;
std::string url = "https://dolphin-emu.org/update/check/v1/" + std::string url = "https://dolphin-emu.org/update/check/v1/" +
SConfig::GetInstance().m_auto_update_track + "/" + version_hash + "/" + SConfig::GetInstance().m_auto_update_track + "/" + version_hash + "/" +