Fix the default framework name to be 'Product Framework.framework', not 'Product.framework'
This commit is contained in:
parent
75eb15fa1f
commit
d4be5b6e8e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue