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.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
|
@ -365,11 +365,11 @@ function addOptionalIcons(brandingPath: string, outputPath: string) {
|
|||
}
|
||||
|
||||
if (existsSync(documentIcon)) {
|
||||
copyFileSync(documentIcon, join(outputPath, 'content', 'windows', 'document.ico'));
|
||||
copyFileSync(documentIcon, join(outputPath, 'document.ico'));
|
||||
}
|
||||
|
||||
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