7 lines
418 B
Bash
7 lines
418 B
Bash
export WINEARCH="win64" # Migrated to wine64 with WINETRICKS_FORCE=1
|
|
export winVer="win7"
|
|
download "${ipfsGateway}/ipfs/QmWx271xuk3Mv9XTBoVu5BDJvXFZdasawC2nhtV21WAaUU?filename=villains_en.zip"
|
|
install_wine_bottle
|
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/villains from beyond" "${cache}/villains_en.zip"
|
|
add_launcher "c:\Program Files\villains from beyond\game.exe"
|