typo
This commit is contained in:
parent
b87c13197f
commit
f7facb03c3
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ case $XASH_INSTALL_MODE in
|
||||||
message info "${YELLOW}${XASH_INSTALL_DIR}${ENDCOLOR}"
|
message info "${YELLOW}${XASH_INSTALL_DIR}${ENDCOLOR}"
|
||||||
case $XASH_INSTALL_TYPE in
|
case $XASH_INSTALL_TYPE in
|
||||||
client)
|
client)
|
||||||
message info "You can run the game with ${YELLOW}'./xash3d'${ENDCOLOR} from the install location"
|
message info "You can run the game with ${YELLOW}'./start-xash3d.sh'${ENDCOLOR} from the install location"
|
||||||
message info "To install the game into your applications menu, run:"
|
message info "To install the game into your applications menu, run:"
|
||||||
message info "${YELLOW}'desktop-file-install --dir=\$HOME/.local/share/applications ${XASH_INSTALL_DIR}/Xash3D_$(echo $XASH_INSTALL_VERSION | sed 's/\.//').desktop'${ENDCOLOR}"
|
message info "${YELLOW}'desktop-file-install --dir=\$HOME/.local/share/applications ${XASH_INSTALL_DIR}/Xash3D_$(echo $XASH_INSTALL_VERSION | sed 's/\.//').desktop'${ENDCOLOR}"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue