mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
chore: Update process.platform to use surferPlatform
This commit is contained in:
parent
af40c2e3e3
commit
795991d1dc
12 changed files with 20 additions and 27 deletions
|
@ -109,7 +109,7 @@ async function setupImages(configPath: string, outputPath: string) {
|
|||
)
|
||||
|
||||
// TODO: Custom MacOS icon support
|
||||
if (process.platform == 'darwin') {
|
||||
if (process.surferPlatform == 'darwin') {
|
||||
log.debug('Generating Mac Icons')
|
||||
const temporary = join(MELON_TMP_DIR, 'macos_icon_info.iconset')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue