Skip to content

Commit

Permalink
Merge pull request #860 from brave/copy_brave_appearance_page_module
Browse files Browse the repository at this point in the history
Copy brave_appearance_page module
  • Loading branch information
bbondy committed Sep 3, 2018
2 parents fb9c196 + a64444d commit 25a69f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util.js
Expand Up @@ -93,6 +93,7 @@ const util = {
fs.copySync(path.join(braveComponentsDir, 'resources', 'default_200_percent', 'brave'), path.join(chromeComponentsDir, 'resources', 'default_200_percent', 'chromium'))
fs.copySync(path.join(braveAppVectorIconsDir, 'vector_icons', 'brave'), path.join(chromeAppDir, 'vector_icons', 'brave'))
fs.copySync(path.join(braveResourcesDir, 'settings', 'brave_page_visibility.js'), path.join(chromeResourcesDir, 'settings', 'brave_page_visibility.js'))
fs.copySync(path.join(braveResourcesDir, 'settings', 'brave_appearance_page'), path.join(chromeResourcesDir, 'settings', 'brave_appearance_page'))

if (process.platform === 'darwin') {
// Copy proper mac app icon for channel to chrome/app/theme/mac/app.icns.
Expand Down

0 comments on commit 25a69f6

Please sign in to comment.