Fix mac package marker
This commit is contained in:
@@ -82,10 +82,10 @@ async function executeBuild() {
|
|||||||
}
|
}
|
||||||
break
|
break
|
||||||
case 'mac':
|
case 'mac':
|
||||||
await buildWithOptions(mac, { platform: 'linux', package: 'dmg' })
|
await buildWithOptions(mac, { platform: 'mac', package: 'dmg' })
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
await buildWithOptions(mac, { platform: 'linux', package: 'dmg' })
|
await buildWithOptions(mac, { platform: 'mac', package: 'dmg' })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user