From 2e56c7069e79849ab173d4a96479ede8a66ae711 Mon Sep 17 00:00:00 2001 From: EzioTheDeadPoet <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:09:58 +0100 Subject: [PATCH] update Final Fantasy VII: RI metadata --- Wabbajack.DTOs/Game/GameRegistry.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() } }, {