mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
Merge pull request #85 from paulcbetts/default-framework-name
Fix the default Framework name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user