From f7facb03c31b1da1a851dffb280442d656404964 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 15 Jan 2024 02:29:34 +0100 Subject: [PATCH] typo --- install-xash3d.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-xash3d.sh b/install-xash3d.sh index ec34899..0095b42 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -432,7 +432,7 @@ case $XASH_INSTALL_MODE in message info "${YELLOW}${XASH_INSTALL_DIR}${ENDCOLOR}" case $XASH_INSTALL_TYPE in 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 "${YELLOW}'desktop-file-install --dir=\$HOME/.local/share/applications ${XASH_INSTALL_DIR}/Xash3D_$(echo $XASH_INSTALL_VERSION | sed 's/\.//').desktop'${ENDCOLOR}" ;;