mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 14:41:23 +02:00
Added flatpak filepath
This commit is contained in:
@@ -239,8 +239,11 @@ namespace Game {
|
|||||||
}
|
}
|
||||||
if (foundPath == false) {
|
if (foundPath == false) {
|
||||||
foundPath =
|
foundPath =
|
||||||
tryCustomPath(cfgType, fileName,
|
tryCustomPath(cfgType, fileName, "/usr/local/share/games/glest/");
|
||||||
"/usr/local/share/games/glest/");
|
}
|
||||||
|
if (foundPath == false) {
|
||||||
|
foundPath =
|
||||||
|
tryCustomPath(cfgType, fileName, "/app/share/glest/");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user