diff --git a/apps/Wine (x64)/description b/apps/Wine (x64)/description index 0bf8b4075a..87d8b85631 100644 --- a/apps/Wine (x64)/description +++ b/apps/Wine (x64)/description @@ -1,4 +1,4 @@ -Run x86 and x64 Windows apps with a box64-emulated version x86/x64 wine-8.20 (WOW64 mode enabled). +Run x86 and x64 Windows apps with a box64-emulated version x86/x64 wine-9.0 (WOW64 mode enabled). To run: wine path/to/file.exe To configure wine: go to 'Wine configuration' in main menu or type in terminal: wine winecfg Not all Windows applications will work under Wine. It's a good idea to check online if your program can run, or if something can be tweaked to make it work. diff --git a/apps/Wine (x64)/install-64 b/apps/Wine (x64)/install-64 index ddfebb0eac..17010e0f48 100755 --- a/apps/Wine (x64)/install-64 +++ b/apps/Wine (x64)/install-64 @@ -1,7 +1,7 @@ #!/bin/bash #note to maintainer, if you change the below version make sure to update it in the uninstall script as well -version=8.20 +version=9.0 # https://github.com/raspberrypi/bookworm-feedback/issues/107 PAGE_SIZE="$(getconf PAGE_SIZE)" diff --git a/apps/Wine (x64)/uninstall b/apps/Wine (x64)/uninstall index ce1aa5c8f9..6c2a63b283 100755 --- a/apps/Wine (x64)/uninstall +++ b/apps/Wine (x64)/uninstall @@ -1,6 +1,6 @@ #!/bin/bash -version=8.20 +version=9.0 pkill -9 wine command -v wineserver >/dev/null && wineserver -k diff --git a/apps/Wine (x86)/description b/apps/Wine (x86)/description index 44ef1ba6a2..3baf609dbf 100644 --- a/apps/Wine (x86)/description +++ b/apps/Wine (x86)/description @@ -1,4 +1,4 @@ -Run x86 Windows apps with a box86-emulated version of x86 wine-8.20. +Run x86 Windows apps with a box86-emulated version of x86 wine-9.0. To run: wine path/to/file.exe To configure wine: go to 'Wine configuration' in main menu or type in terminal: wine winecfg Not all Windows applications will work under Wine. It's a good idea to check online if your program can run, or if something can be tweaked to make it work. diff --git a/apps/Wine (x86)/install-32 b/apps/Wine (x86)/install-32 index 5d90153c56..b182b10c74 100755 --- a/apps/Wine (x86)/install-32 +++ b/apps/Wine (x86)/install-32 @@ -134,7 +134,7 @@ fi #Past this point, the pi is running a Wine-compatible kernel. #note to maintainer, if you change the below version make sure to update it in the uninstall script as well -version=8.20 +version=9.0 #install box86 "${DIRECTORY}/manage" install-if-not-installed Box86 || error "Box86 failed to install somehow!" diff --git a/apps/Wine (x86)/uninstall b/apps/Wine (x86)/uninstall index d43f0e010d..3232ea48de 100755 --- a/apps/Wine (x86)/uninstall +++ b/apps/Wine (x86)/uninstall @@ -1,6 +1,6 @@ #!/bin/bash -version=8.20 +version=9.0 pkill -9 wine command -v wineserver >/dev/null && wineserver -k