mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
chore: Update package.json version to 1.2.18 and fix path for copying 'content' icons in branding-patch.ts
This commit is contained in:
parent
3d9309b967
commit
7dbb4b3880
2 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ function addOptionalIcons(brandingPath: string, outputPath: string) {
|
|||
|
||||
for (const icon of iconsContent) {
|
||||
log.info(`Copying ${icon} to ${outputPath}`);
|
||||
copyFileSync(join(brandingPath, 'content', icon), join(outputPath, icon));
|
||||
copyFileSync(join(brandingPath, 'content', icon), join(outputPath, 'content', icon));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue