Fixed a typo.

This commit is contained in:
Storm Dragon 2021-05-03 22:16:24 -04:00
parent f6ed48ecbe
commit 8b8cec07fd

View File

@ -210,7 +210,7 @@ checklist() {
if command -v xdotool &> /dev/null ; then if command -v xdotool &> /dev/null ; then
echo "Xdotool is installed." echo "Xdotool is installed."
else else
errorList+=("Warning: Xdotool is not installed. Some installlers may not work or may need manual intervention.") errorList+=("Warning: Xdotool is not installed. Some installers may not work or may need manual intervention.")
fi fi
# Show the results # Show the results
if [[ ${#errorList[@]} -eq 0 ]]; then if [[ ${#errorList[@]} -eq 0 ]]; then
@ -652,6 +652,7 @@ gameList=(
#"Sammy Center" #"Sammy Center"
"Sequence Storm" "Sequence Storm"
"Shades of Doom" "Shades of Doom"
"Shooter Extreme"
#"Silver Dollar" #"Silver Dollar"
"Slender Lost Vision" "Slender Lost Vision"
"Sonic Zoom" "Sonic Zoom"
@ -1238,6 +1239,14 @@ EOF
wget -O "$WINEPREFIX/drive_c/Program Files/sequence-storm/settings.json" "https://stormgames.wolfe.casa/downloads/sequencestorm-settings.json" wget -O "$WINEPREFIX/drive_c/Program Files/sequence-storm/settings.json" "https://stormgames.wolfe.casa/downloads/sequencestorm-settings.json"
add_launcher "c:\Program Files\sequence-storm\SequenceStorm.exe" add_launcher "c:\Program Files\sequence-storm\SequenceStorm.exe"
;; ;;
"Shooter Extreme")
export winVer="win7"
install_wine_bottle speechsdk
download "http://tunmi13.ddns.net/projects/sxt.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/sxt.zip"
#find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
#add_launcher "c:\Program Files\"
;;
"Shades of Doom") "Shades of Doom")
export winVer="win7" export winVer="win7"
install_wine_bottle vb6run dx8vb speechsdk install_wine_bottle vb6run dx8vb speechsdk