From 88b7e7da234e68e1b70f162787b0b6f38785eb9b Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:26:27 -0500 Subject: [PATCH] Wine (x64): use upstream winetricks again https://github.com/Winetricks/winetricks/pull/2147 --- 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 9a0741f0c9..ddfebb0eac 100755 --- a/apps/Wine (x64)/install-64 +++ b/apps/Wine (x64)/install-64 @@ -58,7 +58,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