Merge pull request #85 from paulcbetts/default-framework-name
Fix the default Framework name
This commit is contained in:
commit
f764a449af
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