8 lines
344 B
Bash
8 lines
344 B
Bash
get_installer "bf.zip" "https://tunmi13.itch.io/battlefield-2d"
|
|
export WINEARCH=win64
|
|
export winVer="win8"
|
|
# Uses standard wine path based on architecture (win32/win64)
|
|
install_wine_bottle
|
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/bf.zip"
|
|
add_launcher "c:\Program Files\bf\bf.exe"
|