Launcher added for Alter Aeon.

This commit is contained in:
Storm Dragon 2024-12-23 02:35:53 -05:00
parent 7c1a408ab2
commit af98ded87f

9
.launch/Alter Aeon.game Normal file
View 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