From 49fbbbf59c3d0f7302b4be1a2f2a2793dc2cc0af Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:08:09 +0200 Subject: [PATCH] Improve legacy store mapping --- free_games_claimer/rootfs/etc/cont-init.d/99-run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh index 982e822961..72a5cf13f6 100755 --- a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh +++ b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh @@ -75,13 +75,13 @@ legacy_commands_to_stores() { for command in "${command_list[@]}"; do normalized="${command,,}" case "${normalized}" in - *epic-games*|*epicgames*|*" epic "*) + *epic-games*|*epicgames*|*" epic"*|epic*) selected="$(append_store "epic" "${selected}")" ;; - *prime-gaming*|*primegaming*|*" prime "*|*" amazon "*) + *prime-gaming*|*primegaming*|*" prime"*|prime*|*" amazon"*|amazon*) selected="$(append_store "prime" "${selected}")" ;; - *steam-games*|*" steam "*) + *steam-games*|*" steam"*|steam*) selected="$(append_store "steam" "${selected}")" ;; *gamerpower*)