8 lines
350 B
Bash
8 lines
350 B
Bash
|
download "https://www.nyanchangames.com/softs/nn2_setup.exe"
|
||
|
export bottle="nyanchan"
|
||
|
export winVer="win7"
|
||
|
install_wine_bottle
|
||
|
7z x -o"$WINEPREFIX/drive_c/nyanchangame/bk2" "${cache}/nn2_setup.exe"
|
||
|
find "${WINEPREFIX}/drive_c/nyanchangame/bk2/" -type f -name 'nvdaControllerClient.dll' -exec rm -v "{}" \;
|
||
|
add_launcher "c:\nyanchangame\bk2\play.exe"
|