Update GameMetaData.cs

This commit is contained in:
Timothy Baldridge
2021-12-04 15:25:46 -07:00
committed by GitHub
parent 6812b36349
commit 9caa00588e

View File

@ -679,7 +679,7 @@ namespace Wabbajack.Common
{
@"REDprelauncher.exe".ToRelativePath()
},
MainExecutable = @"REDprelauncher.exe".ToRelativePath()
MainExecutable = @"bin\x64\Cyberpunk2077.exe".ToRelativePath()
}
}
};