Add an alert to the installer to tell you how to get the game talking.

I should have done that last night but I wanted to kill zombies and forgot.
This commit is contained in:
2026-08-05 00:34:25 -04:00
parent c033a21211
commit 05ea1502ce
+1
View File
@@ -5,3 +5,4 @@ download "https://www.kaldobsky.com/audiogames/swamp2.zip"
install_with_progress unzip "Extracting game files..." -d "${WINEPREFIX}/drive_c/Program Files/swamp2" "${cache}/swamp2.zip" install_with_progress unzip "Extracting game files..." -d "${WINEPREFIX}/drive_c/Program Files/swamp2" "${cache}/swamp2.zip"
add_launcher "c:\Program Files\swamp2\swamp2.exe" add_launcher "c:\Program Files\swamp2\swamp2.exe"
alert "This game has native support for NVDA, but it is not the default.\nTo set it up so that it will talk to you, you need to press the tab key immediately after you launch the game."