Skip to content

Commit

Permalink
Revert "Wine (x86/x64): update to 8.18"
Browse files Browse the repository at this point in the history
This reverts commit a79287c.

Build hangs on install on arm64. Will investigate later.
  • Loading branch information
theofficialgman committed Oct 15, 2023
1 parent 1d29a85 commit e9df248
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/Wine (x64)/description
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run x86 and x64 Windows apps with a box64-emulated version x86/x64 wine-8.18 (WOW64 mode enabled).
Run x86 and x64 Windows apps with a box64-emulated version x86/x64 wine-8.17 (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.
Expand Down
2 changes: 1 addition & 1 deletion apps/Wine (x64)/install-64
Original file line number Diff line number Diff line change
@@ -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.18
version=8.17

#install box64
"${DIRECTORY}/manage" install-if-not-installed Box64 || error "Box64 failed to install somehow!"
Expand Down
2 changes: 1 addition & 1 deletion apps/Wine (x64)/uninstall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=8.18
version=8.17

pkill -9 wine
command -v wineserver >/dev/null && wineserver -k
Expand Down
2 changes: 1 addition & 1 deletion apps/Wine (x86)/description
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run x86 Windows apps with a box86-emulated version of x86 wine-8.18.
Run x86 Windows apps with a box86-emulated version of x86 wine-8.17.
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.
Expand Down
2 changes: 1 addition & 1 deletion apps/Wine (x86)/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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.18
version=8.17

#install box86
"${DIRECTORY}/manage" install-if-not-installed Box86 || error "Box86 failed to install somehow!"
Expand Down
2 changes: 1 addition & 1 deletion apps/Wine (x86)/uninstall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=8.18
version=8.17

pkill -9 wine
command -v wineserver >/dev/null && wineserver -k
Expand Down

0 comments on commit e9df248

Please sign in to comment.