8 lines
347 B
Bash
8 lines
347 B
Bash
download "https://tunmi13.com/projects/sb_pro_rw.zip"
|
|
export WINEARCH=win64
|
|
export winVer="win8"
|
|
# No custom bottle - use standard wine64 path
|
|
install_wine_bottle sapi
|
|
install_with_progress unzip "Extracting Skateboarder Pro..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/sb_pro_rw.zip"
|
|
add_launcher "c:\Program Files\sb_pro_rw\sb_pro.exe"
|