Skip to content

Commit

Permalink
Wine (x64): use upstream winetricks which now supports WOW64
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Sep 4, 2023
1 parent 26eedc8 commit 3a70ac1
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/theofficialgman/winetricks/master/src/winetricks" || exit 1
wget -O /tmp/winetricks "https://raw.githubusercontent.com/Winetricks/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 3a70ac1

Please sign in to comment.