Christmas Dash added.
This commit is contained in:
12
.launch/Christmas Dash.game
Normal file
12
.launch/Christmas Dash.game
Normal file
@@ -0,0 +1,12 @@
|
||||
gameDir="${installPath}/christmas_dash_linux"
|
||||
gameExecutable="${gameDir}/game.bin"
|
||||
if [[ ! -d "$gameDir" ]]; then
|
||||
ui_msgbox "Linux Game Manager" "Linux Game Manager" "Christmas Dash is not installed."
|
||||
return 1
|
||||
fi
|
||||
if [[ ! -x "$gameExecutable" ]]; then
|
||||
ui_msgbox "Linux Game Manager" "Linux Game Manager" "Unable to find ${gameExecutable}."
|
||||
return 1
|
||||
fi
|
||||
pushd "${gameDir}"
|
||||
"${gameExecutable}"
|
||||
Reference in New Issue
Block a user