1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Fix #16426: Empty changelog when installed to non-standard prefix

This commit is contained in:
erikjanp
2022-01-23 14:04:31 +01:00
committed by Gymnasiast
parent a6042b8903
commit fbc6106e81
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ namespace Platform
static const utf8* searchLocations[] = {
"./doc",
"/usr/share/doc/openrct2",
DOCDIR,
};
for (auto searchLocation : searchLocations)
{