mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 06:31:19 +02:00
Added flatpak filepath
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user