updated become a patron link.
This commit is contained in:
parent
84db498a15
commit
b41068061d
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user