export WINEARCH=win64 export winVer="win7" get_installer "simple fighter.exe" "https://tsatria03.itch.io/simple-fighter" if [[ ! -r "${cache}/simple-fighter-sounds.7z" ]] && [[ ! -r "${cache}/sounds.7z" ]]; then get_installer "sounds.7z" "https://tsatria03.itch.io/simple-fighter" mv "${cache}/sounds.7z" "${cache}/simple-fighter-sounds.7z" fi install_wine_bottle install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/Program Files/simple fighter" "${cache}/simple fighter.exe" install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/Program Files/simple fighter/sounds" "${cache}/simple-fighter-sounds.7z" add_launcher "c:\Program Files\simple fighter\game.exe"