mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Swap main executable for cyberpunk2077
Swap from RedPreLauncher to Cyberpunk2077.exe to accomodate GoG users as they don't have the PreLauncher exe
This commit is contained in:
parent
cbb374af26
commit
73302e918d
@ -412,9 +412,9 @@ public static class GameRegistry
|
||||
IsGenericMO2Plugin = true,
|
||||
RequiredFiles = new[]
|
||||
{
|
||||
@"REDprelauncher.exe".ToRelativePath()
|
||||
@"bin\x64\Cyberpunk2077.exe".ToRelativePath()
|
||||
},
|
||||
MainExecutable = @"REDprelauncher.exe".ToRelativePath()
|
||||
MainExecutable = @"bin\x64\Cyberpunk2077.exe".ToRelativePath()
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user