diff --git a/package.json b/package.json index b774189..02d212f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.4.23", + "version": "1.4.24", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/src/commands/patches/branding-patch.ts b/src/commands/patches/branding-patch.ts index 91114af..728798c 100644 --- a/src/commands/patches/branding-patch.ts +++ b/src/commands/patches/branding-patch.ts @@ -103,6 +103,7 @@ async function setupImages(configPath: string, outputPath: string) { // TODO: Custom MacOS icon support if ((process as any).surferPlatform == 'darwin') { log.debug('Generating Mac Icons') + log.debug(`Using MacOS icon: ${join(configPath, 'logo-mac.png')}`) const temporary = join(MELON_TMP_DIR, 'macos_icon_info.iconset') if (existsSync(temporary)) await rm(temporary, { recursive: true })