From 37c620d40c06cbb2808d7a8374ead28326c355b1 Mon Sep 17 00:00:00 2001 From: Plata Date: Fri, 18 Aug 2017 16:21:13 +0200 Subject: [PATCH] updated The Turing Test (new Wine version) Steam doesn't work with the previous version anymore. Moreover, the new version improves the DirectX 11 support. --- Applications/Games/The Turing Test/Steam/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Games/The Turing Test/Steam/script.js b/Applications/Games/The Turing Test/Steam/script.js index 65d9a68da5..1a4cdcd5d7 100644 --- a/Applications/Games/The Turing Test/Steam/script.js +++ b/Applications/Games/The Turing Test/Steam/script.js @@ -6,5 +6,5 @@ new SteamScript() .author("Plata") .appId(499520) .wineArchitecture("amd64") - .wineVersion("2.11") + .wineVersion("2.14") .go();