Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Added includes for used verbs, removed include for DLL overides which is not needed.
  • Loading branch information
Kreyren committed Jan 8, 2019
1 parent 5dd5058 commit 645418f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Applications/Games/League of Legends/Online/script.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
include(["engines", "wine", "quick_script", "custom_installer_script"]);
include(["engines", "wine", "plugins", "csmt"]);
include(["engines", "wine", "plugins", "override_dll"]);
include(["engines", "wine", "plugins", "windows_version"]);
include(["engines", "wine", "shortcuts", "wine"]);
include(["engines", "wine", "verbs", "sandbox"]);
include(["engines", "wine", "verbs", "d3dx9"]);
include(["engines", "wine", "verbs", "adobeair"]);
include(["engines", "wine", "verbs", "corefonts"]);
include(["engines", "wine", "verbs", "vcrun2008"]);
include(["engines", "wine", "verbs", "vcrun2017"]);

// Installs League of Legends

Expand Down

0 comments on commit 645418f

Please sign in to comment.