diff --git a/Applications/Games/MagicTheGatheringArena/Online/script.js b/Applications/Games/Magic The Gathering Arena/Online/script.js similarity index 83% rename from Applications/Games/MagicTheGatheringArena/Online/script.js rename to Applications/Games/Magic The Gathering Arena/Online/script.js index f04846991c..6557e66381 100644 --- a/Applications/Games/MagicTheGatheringArena/Online/script.js +++ b/Applications/Games/Magic The Gathering Arena/Online/script.js @@ -1,6 +1,6 @@ -include("engines.wine.quick_script.custom_installer_script"); +include("engines.wine.quick_script.online_installer_script"); include("engines.wine.verbs.dxvk"); -include("engines.wine.plugins.UseTakeFocus") +include("engines.wine.plugins.usetakefocus") var installerImplementation = { @@ -17,7 +17,7 @@ var installerImplementation = { wine.DXVK(); wine.UseTakeFocus("N"); }) - .executable("MTGAInstaller.exe") + .executable("MtgaLauncher.exe") .go(); } }; diff --git a/Applications/Games/MagicTheGatheringArena/Online/script.json b/Applications/Games/Magic The Gathering Arena/Online/script.json similarity index 100% rename from Applications/Games/MagicTheGatheringArena/Online/script.json rename to Applications/Games/Magic The Gathering Arena/Online/script.json diff --git a/Applications/Games/MagicTheGatheringArena/application.json b/Applications/Games/Magic The Gathering Arena/application.json similarity index 100% rename from Applications/Games/MagicTheGatheringArena/application.json rename to Applications/Games/Magic The Gathering Arena/application.json diff --git a/Applications/Games/MagicTheGatheringArena/miniatures/main.png b/Applications/Games/Magic The Gathering Arena/miniatures/main.png similarity index 100% rename from Applications/Games/MagicTheGatheringArena/miniatures/main.png rename to Applications/Games/Magic The Gathering Arena/miniatures/main.png