Files
audiogame-manager/.install/Shooter.sh
Hunter Jozwiak f9df5b4299 Fix a typo.
It is Shooter.exe
2025-09-09 18:25:18 -04:00

7 lines
310 B
Bash

export WINEARCH=win64
export winVer="win7"
get_installer "shooter-win.zip" "https://brynify.itch.io/shooter"
install_wine_bottle
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/shooter-win.zip"
add_launcher "c:\Program Files\shooter\Shooter.exe"