Skip to content

Commit

Permalink
Update Elite: Dangerous, fix for #858 (#859)
Browse files Browse the repository at this point in the history
Changed dotnet version since dotnet452 have a wine-related problem.

Update vcrun and add DXVK
  • Loading branch information
Zemogiter authored and ImperatorS79 committed Mar 2, 2019
1 parent 8dd1830 commit 9cb46f4
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions Applications/Games/Elite:Dangerous/Steam/script.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
include("engines.wine.quick_script.steam_script");
include("engines.wine.plugins.csmt");
include("engines.wine.verbs.corefonts");
include("engines.wine.verbs.dotnet452");
include("engines.wine.verbs.vcrun2012");
include("engines.wine.verbs.quartz");
include("engines.wine.verbs.dotnet45");
include("engines.wine.verbs.vcrun2015");
include("engines.wine.verbs.dxvk");

var installerImplementation = {
run: function () {
new SteamScript()
.name("Elite:Dangerous")
.editor("Frontier Developments")
.author("ImperatorS79")
.wineVersion(LATEST_STAGING_VERSION)
.wineDistribution("staging")
.wineArchitecture("amd64")
.preInstall(function (wine/*, wizard*/) {
wine.dotnet452();
wine.dotnet45();
wine.corefonts();
wine.quartz();
wine.vcrun2012();
wine.enableCSMT();
wine.vcrun2015();
wine.DXVK();
})
.appId(359320)
.go();
Expand Down

0 comments on commit 9cb46f4

Please sign in to comment.