mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
Bump version to 1.4.24 in package.json and add debug log for generating Mac Icons
This commit is contained in:
parent
a0134e6e22
commit
447eebc8d4
2 changed files with 2 additions and 1 deletions
|
@ -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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue