From d71f488df7b4ccf5f0f122384a76d2c9bbcd92ab Mon Sep 17 00:00:00 2001 From: Plata Date: Fri, 18 Aug 2017 16:26:06 +0200 Subject: [PATCH] updated The Vanishing of Ethan Carter Redux (new Wine version) Steam doesn't work with the previous version anymore. Moreover, the new version improves the DirectX 11 support. --- .../Games/The Vanishing of Ethan Carter Redux/Steam/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Games/The Vanishing of Ethan Carter Redux/Steam/script.js b/Applications/Games/The Vanishing of Ethan Carter Redux/Steam/script.js index 3222a0ecad..5c5286829a 100644 --- a/Applications/Games/The Vanishing of Ethan Carter Redux/Steam/script.js +++ b/Applications/Games/The Vanishing of Ethan Carter Redux/Steam/script.js @@ -5,7 +5,7 @@ new SteamScript() .editor("The Astronauts") .author("Plata") .appId(400430) - .wineVersion("2.9") + .wineVersion("2.14") .wineDistribution("staging") .wineArchitecture("amd64") .go();