mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
🐛 Change the name of the released logos
This commit is contained in:
parent
e19fde50ac
commit
fe6d04dbb7
1 changed files with 3 additions and 2 deletions
|
@ -71,6 +71,9 @@ async function setupImages(configPath: string, outputPath: string) {
|
|||
await sharp(join(configPath, 'logo.png'))
|
||||
.resize(size, size)
|
||||
.toFile(join(outputPath, `default${size}.png`))
|
||||
await sharp(join(configPath, 'logo.png'))
|
||||
.resize(size, size)
|
||||
.toFile(join(configPath, `logo${size}.png`))
|
||||
}
|
||||
|
||||
await sharp(join(configPath, 'logo.png'))
|
||||
|
@ -174,8 +177,6 @@ export async function apply(name: string): Promise<void> {
|
|||
ensureEmpty(outputPath)
|
||||
|
||||
await setupImages(configPath, outputPath)
|
||||
// Keep a copy in config for other CI actions
|
||||
await setupImages(configPath, configPath)
|
||||
setupLocale(outputPath, brandingConfig)
|
||||
await copyMozFiles(outputPath, brandingConfig)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue