Bug fix for install and launch applications.

This commit is contained in:
Storm Dragon
2025-08-23 17:42:44 -04:00
parent 8d9e2cb93c
commit a63a5a5fb6
3 changed files with 161 additions and 67 deletions
+14
View File
@@ -306,6 +306,20 @@ case "$GAME" in
orca &
exec steam -bigpicture
;;
"thunderbird")
if ! command -v thunderbird &> /dev/null; then
yay -Sy --noconfirm thunderbird
fi
orca &
exec thunderbird
;;
"libreoffice")
if ! command -v libreoffice &> /dev/null; then
yay -Sy --noconfirm libreoffice-still
fi
orca &
exec libreoffice
;;
"Super Egg Hunt")
run_wine "super egg hunt" "superegghunt.exe"
;;