7 lines
328 B
Bash
7 lines
328 B
Bash
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"
|