diff --git a/audiogame-manager.sh b/audiogame-manager.sh index d731a9c..23695ab 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -556,7 +556,7 @@ game_removal() { exit 0 fi if [[ "$game" == "Become a Patron" ]]; then - open_url "https://patreon.com/stormux" + open_url "https://2mb.games/product/2mb-patron/" exit 0 fi local winePath="${game#*|}" @@ -608,7 +608,7 @@ kill_game() { exit 0 fi if [[ "$game" == "Become a Patron" ]]; then - open_url "https://patreon.com/stormux" + open_url "https://2mb.games/product/2mb-patron/" exit 0 fi local winePath="${game#*|}" @@ -665,7 +665,7 @@ game_launcher() { exit 0 fi if [[ "$game" == "Become a Patron" ]]; then - open_url "https://patreon.com/stormux" + open_url "https://2mb.games/product/2mb-patron/" exit 0 fi get_bottle "$game" @@ -901,7 +901,7 @@ gameList=( "Technoshock" "Ten Pin Alley" "The Blind Swordsman" - #"The Gate" + "The Gate" "The Great Toy Robbery" "Thief" "Traders of Known Space" @@ -2260,7 +2260,7 @@ EOF open_url "https://ko-fi.com/stormux" ;; "Become a Patron") - open_url "https://patreon.com/stormux" + open_url "https://2mb.games/product/2mb-patron/" ;; *) [[ -n "${game}" ]] && echo "Game \"${game}\" not found."