More files added.
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
# This is the fallback vconsole configuration provided by systemd.
|
||||||
|
|
||||||
|
KEYMAP=us_alt
|
||||||
@@ -44,7 +44,7 @@ setup_and_run_downloadable() {
|
|||||||
# Get the first path component of each file in the zip
|
# 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 '^$')
|
mapfile -t topDirs < <(unzip -l "$zipPath" | awk 'NR>3 {print $4}' | grep '/$' | cut -d/ -f1 | sort -u | grep -v '^$')
|
||||||
if [[ ${#topDirs[@]} -eq 1 ]]; then
|
if [[ ${#topDirs[@]} -eq 1 ]]; then
|
||||||
# Zip has a single top-level dir Ãse it as final dir
|
# Zip has a single top-level dir �se it as final dir
|
||||||
unzip -q "$zipPath" -d ~/.local/games
|
unzip -q "$zipPath" -d ~/.local/games
|
||||||
else
|
else
|
||||||
# Unzips file into the given directory without creating a subdirectory
|
# Unzips file into the given directory without creating a subdirectory
|
||||||
@@ -178,6 +178,10 @@ case "$GAME" in
|
|||||||
"Brave")
|
"Brave")
|
||||||
run_web "" # Runs brave without a specific URL
|
run_web "" # Runs brave without a specific URL
|
||||||
;;
|
;;
|
||||||
|
"Calamares")
|
||||||
|
orca &
|
||||||
|
exec calamares
|
||||||
|
;;
|
||||||
"Challenge of the Horse")
|
"Challenge of the Horse")
|
||||||
run_wine "Challenge of the Horse" "game.exe" "nvda2speechd"
|
run_wine "Challenge of the Horse" "game.exe" "nvda2speechd"
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
Binary file not shown.
Reference in New Issue
Block a user