Skip to content

Commit

Permalink
Build for multiple desktop architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
kidroca committed Feb 15, 2022
1 parent 03d6cb7 commit b9e02c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/electronBuilder/electronBuilder.local.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ module.exports = {
},
mac: {
category: 'public.app-category.finance',
target: [
{target: 'dmg', arch: ['x64', 'arm64', 'universal']},
],
icon: isStaging ? './desktop/icon-stg.png' : './desktop/icon.png',
hardenedRuntime: true,
entitlements: 'desktop/entitlements.mac.plist',
entitlementsInherit: 'desktop/entitlements.mac.plist',
type: 'distribution',
},
dmg: {
title: 'New Expensify',
artifactName: 'NewExpensify.dmg',
internetEnabled: true,
},
files: [
Expand Down

0 comments on commit b9e02c0

Please sign in to comment.