mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
fix: update version to 1.11.13 in package.json and improve regex for file types in license-check.ts
Some checks failed
CI / general (push) Has been cancelled
Some checks failed
CI / general (push) Has been cancelled
This commit is contained in:
parent
f652589c77
commit
fafc5b8db7
3 changed files with 11 additions and 6 deletions
|
@ -267,7 +267,7 @@ export async function apply(name: string): Promise<void> {
|
|||
ensureEmpty(outputPath)
|
||||
|
||||
await setupImages(configPath, outputPath)
|
||||
await setupLocale(outputPath, {...brandingConfig, appId: config.appId})
|
||||
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