diff --git a/game-launcher/gamelauncher.c b/game-launcher/gamelauncher.c index 4b416b7..3c0662e 100755 --- a/game-launcher/gamelauncher.c +++ b/game-launcher/gamelauncher.c @@ -262,6 +262,7 @@ void scan_steam() { const char *steam_roots[] = { "/Steam", "/.steam/steam", + "/.local/share/Steam", "/.var/app/com.valvesoftware.Steam/.local/share/Steam", NULL }; @@ -987,6 +988,7 @@ int cache_valid() { const char *steam_roots[] = { "/Steam", "/.steam/steam", + "/.local/share/Steam", "/.var/app/com.valvesoftware.Steam/.local/share/Steam", NULL }; for (int r = 0; steam_roots[r]; r++) { diff --git a/game-launcher/plugin.toml b/game-launcher/plugin.toml index f9ce718..2cac333 100644 --- a/game-launcher/plugin.toml +++ b/game-launcher/plugin.toml @@ -1,6 +1,6 @@ id = "alexander/game-launcher" name = "Game Launcher" -version = "1.1.0" +version = "1.1.1" plugin_api = 13 author = "Alexander" license = "MIT"