Update Doom launcher to work better with the new launch system. Add some
other launchers for the switch to the new system.
This commit is contained in:
9
.launch/End of Time.game
Normal file
9
.launch/End of Time.game
Normal file
@ -0,0 +1,9 @@
|
||||
mudPath="${installPath}/tintin-endoftime/eot.tin"
|
||||
pushd "${mudPath%/*}"
|
||||
git pull | \
|
||||
dialog --progressbox "Checking for updates, please wait..." -1 -1
|
||||
if [[ -n "${COLORTERM}" ]]; then
|
||||
terminal_emulator tt++ ${mudPath##*/}
|
||||
else
|
||||
tt++ ${mudPath##*/}
|
||||
fi
|
Reference in New Issue
Block a user