mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix Game Metadata
This commit is contained in:
parent
9caa00588e
commit
cab842a3b7
@ -677,9 +677,9 @@ namespace Wabbajack.Common
|
||||
IsGenericMO2Plugin = true,
|
||||
RequiredFiles = new[]
|
||||
{
|
||||
@"REDprelauncher.exe".ToRelativePath()
|
||||
(RelativePath)@"bin\x64\Cyberpunk2077.exe"
|
||||
},
|
||||
MainExecutable = @"bin\x64\Cyberpunk2077.exe".ToRelativePath()
|
||||
MainExecutable = (RelativePath)@"bin\x64\Cyberpunk2077.exe"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user