mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 09:20:01 +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
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@zen-browser/surfer",
|
"name": "@zen-browser/surfer",
|
||||||
"version": "1.4.23",
|
"version": "1.4.24",
|
||||||
"description": "Simplifying building firefox forks!",
|
"description": "Simplifying building firefox forks!",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
|
@ -103,6 +103,7 @@ async function setupImages(configPath: string, outputPath: string) {
|
||||||
// TODO: Custom MacOS icon support
|
// TODO: Custom MacOS icon support
|
||||||
if ((process as any).surferPlatform == 'darwin') {
|
if ((process as any).surferPlatform == 'darwin') {
|
||||||
log.debug('Generating Mac Icons')
|
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')
|
const temporary = join(MELON_TMP_DIR, 'macos_icon_info.iconset')
|
||||||
|
|
||||||
if (existsSync(temporary)) await rm(temporary, { recursive: true })
|
if (existsSync(temporary)) await rm(temporary, { recursive: true })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue