diff --git a/source/game/global/config.cpp b/source/game/global/config.cpp index b015db9ff..eed48e53c 100644 --- a/source/game/global/config.cpp +++ b/source/game/global/config.cpp @@ -239,8 +239,11 @@ namespace Game { } if (foundPath == false) { foundPath = - tryCustomPath(cfgType, fileName, - "/usr/local/share/games/glest/"); + tryCustomPath(cfgType, fileName, "/usr/local/share/games/glest/"); + } + if (foundPath == false) { + foundPath = + tryCustomPath(cfgType, fileName, "/app/share/glest/"); } #endif