Updated README.md merged the Doom Launcher changes.

This commit is contained in:
Storm Dragon
2025-01-14 00:43:25 -05:00
parent 91d1e29092
commit e00c16a5cc
2 changed files with 5 additions and 1 deletions

View File

@ -5,5 +5,5 @@ dialog --progressbox "Checking for updates, please wait..." -1 -1
if [[ -n "${COLORTERM}" ]]; then
terminal_emulator "${mudPath%/*}" "tt++" "${mudPath##*/}"
else
tt++ "${mudPath%/*}" "${mudPath##*/}"
tt++ "${mudPath##*/}"
fi