mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +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
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zen-browser/surfer",
|
||||
"version": "1.2.17",
|
||||
"version": "1.2.18",
|
||||
"description": "Simplifying building firefox forks!",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
|
|
@ -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