Skip to content

Commit

Permalink
Updated Rayman Legends (new Wine version) (#345)
Browse files Browse the repository at this point in the history
Steam and Uplay do not work with the previous version anymore
  • Loading branch information
plata authored and madoar committed Aug 18, 2017
1 parent d6fab30 commit 61a3663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Applications/Games/Rayman Legends/Steam (Demo)/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion Applications/Games/Rayman Legends/Steam/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 61a3663

Please sign in to comment.