[Changelog] Updated changelog location
This commit is contained in:
parent
a2bbbc0caf
commit
1ac9fadc57
@ -12,7 +12,7 @@ namespace Components
|
|||||||
|
|
||||||
std::lock_guard<std::mutex> _(Changelog::Mutex);
|
std::lock_guard<std::mutex> _(Changelog::Mutex);
|
||||||
Changelog::Lines.clear();
|
Changelog::Lines.clear();
|
||||||
std::string data = Utils::Cache::GetFile("/iw4/changelog.txt");
|
std::string data = Utils::Cache::GetFile("/develop/CHANGELOG.md");
|
||||||
|
|
||||||
if (data.empty())
|
if (data.empty())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user