From 759844b9e83b34d9b64268309a2f03a4f0bb7398 Mon Sep 17 00:00:00 2001 From: Plata Date: Fri, 18 Aug 2017 16:13:36 +0200 Subject: [PATCH] updated Rayman Legends (new Wine version) Steam and Uplay do not work with the previous version anymore --- Applications/Games/Rayman Legends/Steam (Demo)/script.js | 2 +- Applications/Games/Rayman Legends/Steam/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/Games/Rayman Legends/Steam (Demo)/script.js b/Applications/Games/Rayman Legends/Steam (Demo)/script.js index da87a6ceba..dfdeb424f8 100644 --- a/Applications/Games/Rayman Legends/Steam (Demo)/script.js +++ b/Applications/Games/Rayman Legends/Steam (Demo)/script.js @@ -6,7 +6,7 @@ new SteamScript() .editor("Ubisoft") .author("Plata") .appId(243340) - .wineVersion("2.5") + .wineVersion("2.14") .wineDistribution("staging") .postInstall(function(wine, wizard) { wine.uplay(); diff --git a/Applications/Games/Rayman Legends/Steam/script.js b/Applications/Games/Rayman Legends/Steam/script.js index 39144abc38..b418a95257 100644 --- a/Applications/Games/Rayman Legends/Steam/script.js +++ b/Applications/Games/Rayman Legends/Steam/script.js @@ -6,7 +6,7 @@ new SteamScript() .editor("Ubisoft") .author("Plata") .appId(242550) - .wineVersion("2.5") + .wineVersion("2.14") .wineDistribution("staging") .postInstall(function(wine, wizard) { wine.uplay();