chore: Update process.platform to use surferPlatform

This commit is contained in:
Mauro Balades 2024-07-10 18:44:55 +02:00
parent af40c2e3e3
commit 795991d1dc
12 changed files with 20 additions and 27 deletions

View file

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