-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix missing resource copy files #1036
Conversation
WIP will be removed when finishing mac and window completes building.(linux is not available for now) |
ff63e15
to
cbe1fc4
Compare
cbe1fc4
to
6cef6c6
Compare
I didn't see any problem on Win and MacOS with this PR. |
Clean build on Linux is also fine. |
btw only the issue should have a milestone specified for the release. The label on the PR gets added once it is merged to that branch. Thanks! |
Fix missing resource copy files
0.55.x dab701c |
Copying sources that have multiple target isn't handled properly.
Copying sources that have nested directory isn't handled properly.
Some grd files are not copied properly.
Not handled for the case that BRANDING file and icon file are not existed.
Close #1035
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: