Fixed a major bug that was preventing games from launching.
This commit is contained in:
parent
f9410d4623
commit
04b5e468e9
@ -244,15 +244,13 @@ game_launcher() {
|
|||||||
case "${game}" in
|
case "${game}" in
|
||||||
"Aliens")
|
"Aliens")
|
||||||
open_url "https://files.jantrid.net/aliens/"
|
open_url "https://files.jantrid.net/aliens/"
|
||||||
;;&
|
exit 0
|
||||||
|
;;
|
||||||
"Donate")
|
"Donate")
|
||||||
open_url "https://ko-fi.com/stormux"
|
open_url "https://ko-fi.com/stormux"
|
||||||
;;&
|
|
||||||
*)
|
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
exit 0
|
|
||||||
exec ${game%|}
|
exec ${game%|}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user