diff --git a/brightray/common/main_delegate_mac.mm b/brightray/common/main_delegate_mac.mm index c710fa1da21..42f6e818e17 100644 --- a/brightray/common/main_delegate_mac.mm +++ b/brightray/common/main_delegate_mac.mm @@ -33,7 +33,7 @@ base::FilePath MainDelegate::GetResourcesPakFilePath() { } void MainDelegate::OverrideFrameworkBundlePath() { - base::FilePath helper_path = GetFrameworksPath().Append(GetApplicationName() + ".framework"); + base::FilePath helper_path = GetFrameworksPath().Append(GetApplicationName() + " Framework.framework"); base::mac::SetOverrideFrameworkBundlePath(helper_path); }