7 lines
324 B
Bash
7 lines
324 B
Bash
download "https://www.nyanchangames.com/softs/nn_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/bk" "${cache}/nn_setup.exe"
|
|
add_launcher "c:\nyanchangame\bk\play.exe"
|