9 lines
425 B
Bash
9 lines
425 B
Bash
get_installer "Galactic Strike 1.2.zip" "https://fusion-forged-games.itch.io/galactic-strike"
|
|
export winVer="win10"
|
|
install_wine_bottle speechsdk
|
|
unzip -d "$WINEPREFIX/drive_c/Program Files/Galactic Strike" "${cache}/Galactic Strike 1.2.zip"
|
|
add_launcher "c:\Program Files\Galactic Strike\Galactic Strike.exe"
|
|
echo "Use controls wasd to movi and navigate the menu."
|
|
echo "Use m to fire and select items from the menu."
|
|
alert
|