Launcher added for Alter Aeon.
This commit is contained in:
parent
7c1a408ab2
commit
af98ded87f
9
.launch/Alter Aeon.game
Normal file
9
.launch/Alter Aeon.game
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
mudPath="${installPath}/tintin-alteraeon/aa.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
|
Loading…
Reference in New Issue
Block a user