Fixed missing quote in mist world section.

This commit is contained in:
Jeremiah Ticket 2023-02-05 11:20:35 -07:00
parent 5113d99a9d
commit 6712a9a234

View File

@ -2324,7 +2324,7 @@ EOF
;; ;;
"Mist World") "Mist World")
export winVer="win7" export winVer="win7"
get_installer "Mist World_Setup.exe" "https://drive.google.com/file/d/12YeUqorkkMT46ZSR5pcfWxSY8DHOLxZ-/view?usp=share_link" ' get_installer "Mist World_Setup.exe" "https://drive.google.com/file/d/12YeUqorkkMT46ZSR5pcfWxSY8DHOLxZ-/view?usp=share_link"
install_wine_bottle install_wine_bottle
download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd32.dll" download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd32.dll"
7z x -o"$WINEPREFIX/drive_c/Program Files/Mist World" "$cache/Mist World_Setup.exe" 7z x -o"$WINEPREFIX/drive_c/Program Files/Mist World" "$cache/Mist World_Setup.exe"
@ -2336,7 +2336,7 @@ EOF
echo "If you do not have an account, There is a script in game-scripts to help." echo "If you do not have an account, There is a script in game-scripts to help."
echo "Launch the game, press enter on create account, then drop into a console so the game window does not lose focus." echo "Launch the game, press enter on create account, then drop into a console so the game window does not lose focus."
echo "Change to the game-scripts directory and run" echo "Change to the game-scripts directory and run"
echo "./mist_world_account_creator.sh and follow the prompts. echo "./mist_world_account_creator.sh and follow the prompts."
echo "To login, type your email address, press tab, and type your password. Press enter to confirm." echo "To login, type your email address, press tab, and type your password. Press enter to confirm."
;; ;;
"Monkey Business") "Monkey Business")