7 lines
310 B
Bash
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"
|