-
Notifications
You must be signed in to change notification settings - Fork 887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make shortcut work on MacOS #2558
Conversation
2191a95
to
0dfd0eb
Compare
Each channel uses different app/framework bundle name. Because of this, app_mode_loader can't find proper bundle. All combinations of app and framework bundle name are added for finding.
0dfd0eb
to
673bb95
Compare
Builder failed with below log. This is not directly related with this PR's change.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Each channel uses different app/framework bundle name.
Because of this, app_mode_loader can't find proper bundle.
All combinations of app and framework bundle name pair should be added.
Fix brave/brave-browser#3750
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests && npm run test-security
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
yarn create_dist Release --channel=nightly --skip_signing
./src/out/Release/unsigned_dmg/Brave Browser Nightly.dmg
Or, test with debug build
yarn build
Reviewer Checklist:
After-merge Checklist:
changes has landed on.