Fix Game Metadata

This commit is contained in:
Timothy Baldridge 2021-12-04 15:29:13 -07:00 committed by GitHub
parent 9caa00588e
commit cab842a3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,9 +677,9 @@ namespace Wabbajack.Common
IsGenericMO2Plugin = true, IsGenericMO2Plugin = true,
RequiredFiles = new[] RequiredFiles = new[]
{ {
@"REDprelauncher.exe".ToRelativePath() (RelativePath)@"bin\x64\Cyberpunk2077.exe"
}, },
MainExecutable = @"bin\x64\Cyberpunk2077.exe".ToRelativePath() MainExecutable = (RelativePath)@"bin\x64\Cyberpunk2077.exe"
} }
} }
}; };