Added flatpak filepath

This commit is contained in:
James Sherratt
2019-03-29 20:54:28 +00:00
committed by GitHub
parent 0037df1100
commit 0df187653f

View File

@@ -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