Update the alert function to show the actual guidance in a single acknowledgement dialog instead of a generic OK prompt followed by a separate message.
5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
# shellcheck shell=bash disable=SC2154 # installPath is set by linux-game-manager.sh
|
|
gamePath="${installPath}/Omega Reach"
|
|
pushd "${gamePath}" || return 1
|
|
"${gamePath}/omega-reach"
|