updated become a patron link.

This commit is contained in:
Storm Dragon 2021-08-22 18:19:00 -04:00
parent 84db498a15
commit b41068061d

View File

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