6 lines
320 B
Bash
6 lines
320 B
Bash
export winVer="win7"
|
|
download "https://www.agarchive.net/games/jeqoconGames/super%20mario%20bros.7z"
|
|
install_wine_bottle
|
|
install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/Program Files/Super Mario Bros" "${cache}/super mario bros.7z"
|
|
add_launcher "c:\Program Files\Super Mario Bros\Mario.exe"
|