Files
audiogame-manager/.install/Bokurano Daibouken 2.sh

8 lines
350 B
Bash

export WINEARCH=win32
download "https://www.nyanchangames.com/softs/nn2_setup.exe"
# Uses standard wine path based on architecture (win32/win64)
export winVer="win7"
install_wine_bottle
install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/nyanchangame/bk2" "${cache}/nn2_setup.exe"
add_launcher "c:\nyanchangame\bk2\play.exe"