Bump version to 1.4.24 in package.json and add debug log for generating Mac Icons

This commit is contained in:
mauro-balades 2024-10-01 19:30:15 +02:00
parent a0134e6e22
commit 447eebc8d4
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 2 additions and 1 deletions

View file

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