9 lines
609 B
Bash
9 lines
609 B
Bash
# Currently only speaks in japanese, looking to see if we can find an english version.
|
|
# Uses standard wine path based on architecture (win32/win64)
|
|
export winVer="win7"
|
|
download "https://www.agarchive.net/games/nyanchan/laser%20breakout.7z" "https://stormgames.wolfe.casa/downloads/laser-breakout-options.dat"
|
|
install_wine_bottle
|
|
install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/nyanchangame/" "$cache/laser breakout.7z"
|
|
cp -v "$cache/laser-breakout-options.dat" "$WINEPREFIX/drive_c/nyanchangame/laser breakout/options.dat"
|
|
add_launcher "c:\nyanchangame\laser breakout\play.exe"
|