diff options
| author | JosJuice <josjuice@gmail.com> | 2021-05-21 17:36:43 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2021-05-21 17:36:43 +0200 |
| commit | 99dc97c377ff6f8b4daca2f293f6f9016aa5a068 (patch) | |
| tree | 853b6eb40c76a02b0927a8c27eb8033ae2aa3e61 /Source/Core | |
| parent | 7d8c3ff7d20f6d02e57464ea44594951c147b0a0 (diff) | |
DolphinQt: AutoUpdate.cpp should use scm_rev_git_str
27cc0b5 regression.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/UICommon/AutoUpdate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/UICommon/AutoUpdate.cpp b/Source/Core/UICommon/AutoUpdate.cpp index 5ceb8e5cb4..0a5ad10c40 100644 --- a/Source/Core/UICommon/AutoUpdate.cpp +++ b/Source/Core/UICommon/AutoUpdate.cpp @@ -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 + "/" + |
