mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
🩹 Keep a copy of the branding images in config
This commit is contained in:
parent
6939f7e0cd
commit
93a840cf4e
1 changed files with 2 additions and 0 deletions
|
@ -174,6 +174,8 @@ 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