mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +02:00
chore: Update package.json version to 1.2.14 and move optional icons for branding
This commit is contained in:
parent
d0960a5d71
commit
6237dc0eb2
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.2.13",
|
"version": "1.2.14",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -365,11 +365,11 @@ function addOptionalIcons(brandingPath: string, outputPath: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (existsSync(documentIcon)) {
|
if (existsSync(documentIcon)) {
|
||||||
copyFileSync(documentIcon, join(outputPath, 'content', 'windows', 'document.ico'));
|
copyFileSync(documentIcon, join(outputPath, 'document.ico'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (existsSync(documentPdfIcon)) {
|
if (existsSync(documentPdfIcon)) {
|
||||||
copyFileSync(documentPdfIcon, join(outputPath, 'content', 'windows', 'document_pdf.ico'));
|
copyFileSync(documentPdfIcon, join(outputPath, 'document_pdf.ico'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue