Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9734 from JosJuice/scm-rev-str
DolphinQt: AutoUpdate.cpp should use scm_rev_git_str
  • Loading branch information
JosJuice committed May 21, 2021
2 parents 7d8c3ff + 99dc97c commit 40a4715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/UICommon/AutoUpdate.cpp
Expand Up @@ -157,7 +157,7 @@ void AutoUpdateChecker::CheckForUpdate()
#endif

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;
std::string url = "https://dolphin-emu.org/update/check/v1/" +
SConfig::GetInstance().m_auto_update_track + "/" + version_hash + "/" +
Expand Down

0 comments on commit 40a4715

Please sign in to comment.