Fixed a typo.
This commit is contained in:
parent
f6ed48ecbe
commit
8b8cec07fd
@ -210,7 +210,7 @@ checklist() {
|
||||
if command -v xdotool &> /dev/null ; then
|
||||
echo "Xdotool is installed."
|
||||
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
|
||||
# Show the results
|
||||
if [[ ${#errorList[@]} -eq 0 ]]; then
|
||||
@ -652,6 +652,7 @@ gameList=(
|
||||
#"Sammy Center"
|
||||
"Sequence Storm"
|
||||
"Shades of Doom"
|
||||
"Shooter Extreme"
|
||||
#"Silver Dollar"
|
||||
"Slender Lost Vision"
|
||||
"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"
|
||||
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")
|
||||
export winVer="win7"
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user