From 68d5510bdfa8ffc32a6e31f364e8afc9fc3f7125 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 27 Apr 2021 12:19:47 +0100 Subject: [PATCH] build: Avoid Wine Mono and Gecko installs in the setup script Co-authored-by: Alexis Peypelut Signed-off-by: Joshua Ashton --- setup_vkd3d_proton.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup_vkd3d_proton.sh b/setup_vkd3d_proton.sh index 175b1bd7..eca3b605 100644 --- a/setup_vkd3d_proton.sh +++ b/setup_vkd3d_proton.sh @@ -44,6 +44,9 @@ fi # find wine executable export WINEDEBUG=-all +# disable mscoree and mshtml to avoid downloading +# wine gecko and mono +export WINEDLLOVERRIDES="mscoree,mshtml=" wine="wine" wine64="wine64"