diff --git a/Wabbajack.DTOs/Game/GameRegistry.cs b/Wabbajack.DTOs/Game/GameRegistry.cs index e3310ebb..71b89c2e 100644 --- a/Wabbajack.DTOs/Game/GameRegistry.cs +++ b/Wabbajack.DTOs/Game/GameRegistry.cs @@ -546,9 +546,10 @@ public static class GameRegistry IsGenericMO2Plugin = true, RequiredFiles = new [] { - @"ff7remake.exe".ToRelativePath() + @"End\Binaries\Win64\ff7remake_.exe".ToRelativePath(), + @"ff7remake_.exe".ToRelativePath() }, - MainExecutable = @"ff7remake.exe".ToRelativePath() + MainExecutable = @"End\Binaries\Win64\ff7remake_.exe"ToRelativePath() } }, {