From 3a70ac13908cccdc0f6e0407e4c267e3d8e9fbf8 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sun, 3 Sep 2023 20:52:34 -0400 Subject: [PATCH] Wine (x64): use upstream winetricks which now supports WOW64 possible since https://github.com/Winetricks/winetricks/commit/9ca7a68ba5551a2a7ae0564f8fd9db7addf8cd5e --- apps/Wine (x64)/install-64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Wine (x64)/install-64 b/apps/Wine (x64)/install-64 index b27a487733..ae937a533f 100755 --- a/apps/Wine (x64)/install-64 +++ b/apps/Wine (x64)/install-64 @@ -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