mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
bump version to 1.11.9 and add appId to branding patch setupLocale function
This commit is contained in:
parent
518d1af0c7
commit
0691eb9508
2 changed files with 3 additions and 2 deletions
|
@ -147,6 +147,7 @@ async function setupLocale(
|
|||
brandFullName: string
|
||||
brandingGenericName: string
|
||||
brandingVendor: string
|
||||
appId: string
|
||||
}
|
||||
) {
|
||||
for (const file of await walkDirectory(
|
||||
|
@ -266,7 +267,7 @@ export async function apply(name: string): Promise<void> {
|
|||
ensureEmpty(outputPath)
|
||||
|
||||
await setupImages(configPath, outputPath)
|
||||
await setupLocale(outputPath, brandingConfig)
|
||||
await setupLocale(outputPath, {...brandingConfig, appId: config.appId})
|
||||
await copyMozFiles(outputPath, brandingConfig)
|
||||
await addOptionalIcons(configPath, outputPath)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue