Skip to content

Commit 25a69f6

Browse files
authored
Merge pull request brave#860 from brave/copy_brave_appearance_page_module
Copy brave_appearance_page module
2 parents fb9c196 + a64444d commit 25a69f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/util.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const util = {
9393
fs.copySync(path.join(braveComponentsDir, 'resources', 'default_200_percent', 'brave'), path.join(chromeComponentsDir, 'resources', 'default_200_percent', 'chromium'))
9494
fs.copySync(path.join(braveAppVectorIconsDir, 'vector_icons', 'brave'), path.join(chromeAppDir, 'vector_icons', 'brave'))
9595
fs.copySync(path.join(braveResourcesDir, 'settings', 'brave_page_visibility.js'), path.join(chromeResourcesDir, 'settings', 'brave_page_visibility.js'))
96+
fs.copySync(path.join(braveResourcesDir, 'settings', 'brave_appearance_page'), path.join(chromeResourcesDir, 'settings', 'brave_appearance_page'))
9697

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

0 commit comments

Comments
 (0)