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();