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

This commit is contained in:
Mr. M 2025-05-25 17:12:19 +02:00
parent f652589c77
commit fafc5b8db7
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18
3 changed files with 11 additions and 6 deletions

View file

@ -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)