More files added.

This commit is contained in:
Storm Dragon
2025-07-12 16:15:53 -04:00
parent 6ad254f287
commit e997a3571b
4 changed files with 12 additions and 1 deletions

3
etc/vconsole.conf Normal file
View File

@@ -0,0 +1,3 @@
# This is the fallback vconsole configuration provided by systemd.
KEYMAP=us_alt

View File

@@ -44,7 +44,7 @@ setup_and_run_downloadable() {
# Get the first path component of each file in the zip
mapfile -t topDirs < <(unzip -l "$zipPath" | awk 'NR>3 {print $4}' | grep '/$' | cut -d/ -f1 | sort -u | grep -v '^$')
if [[ ${#topDirs[@]} -eq 1 ]]; then
# Zip has a single top-level dir Ãse it as final dir
# Zip has a single top-level dir <EFBFBD>se it as final dir
unzip -q "$zipPath" -d ~/.local/games
else
# Unzips file into the given directory without creating a subdirectory
@@ -178,6 +178,10 @@ case "$GAME" in
"Brave")
run_web "" # Runs brave without a specific URL
;;
"Calamares")
orca &
exec calamares
;;
"Challenge of the Horse")
run_wine "Challenge of the Horse" "game.exe" "nvda2speechd"
;;

View File

@@ -0,0 +1 @@
*.gz filter=lfs diff=lfs merge=lfs -text

Binary file not shown.