Fix Bokurano Daibouken three.

It's actually a 32-bit game but it was being installed to the 64 bit prefix.
This commit is contained in:
2025-09-11 14:02:58 -04:00
parent f9df5b4299
commit 7bc480fbbc

View File

@@ -1,4 +1,3 @@
# Source dialog interface wrapper
source "${0%/*}/../.includes/dialog-interface.sh" source "${0%/*}/../.includes/dialog-interface.sh"
if [[ ! -r "${cache}/bk3-dict.dat" ]]; then if [[ ! -r "${cache}/bk3-dict.dat" ]]; then
@@ -17,6 +16,7 @@ fi
download "https://www.nyanchangames.com/softs/nn3_setup.exe" download "https://www.nyanchangames.com/softs/nn3_setup.exe"
# Uses standard wine path based on architecture (win32/win64) # Uses standard wine path based on architecture (win32/win64)
export winVer="win7" export winVer="win7"
export WINEARCH=win32
install_wine_bottle install_wine_bottle
install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/nyanchangame/bk3" "${cache}/nn3_setup.exe" install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/nyanchangame/bk3" "${cache}/nn3_setup.exe"
add_launcher "c:\nyanchangame\bk3\play.exe" add_launcher "c:\nyanchangame\bk3\play.exe"