Skip to content

Commit

Permalink
Revert "Wine (x64): use upstream winetricks which now supports WOW64"
Browse files Browse the repository at this point in the history
This reverts commit 3a70ac1.

Revert until this issue brought up is fixed Winetricks/winetricks#2030 (comment)
  • Loading branch information
theofficialgman committed Sep 4, 2023
1 parent 3a70ac1 commit 30a9d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Wine (x64)/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rm -f /tmp/wine-${version}.tar.gz
sudo sed -i 's/winemenubuilder.exe -a -r/winemenubuilder.exe -r/' /opt/wine-${version}/share/wine/wine.inf #See: https://askubuntu.com/a/400430

#download winetricks
wget -O /tmp/winetricks "https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks" || exit 1
wget -O /tmp/winetricks "https://raw.githubusercontent.com/theofficialgman/winetricks/master/src/winetricks" || exit 1
sudo mv /tmp/winetricks /opt/wine-${version}/bin/winetricks || error "Failed to move winetricks script to /opt/wine-${version}/bin folder!"
sudo chmod +x /opt/wine-${version}/bin/winetricks

Expand Down

0 comments on commit 30a9d47

Please sign in to comment.