Skip to content

Commit

Permalink
chore: Update build.js to include x64 and arm64 architectures for Mac…
Browse files Browse the repository at this point in the history
… target
  • Loading branch information
truemiller committed May 14, 2024
1 parent be69126 commit 4acac04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ const main = async () => {
cscKeyPassword: process.env.CSC_KEY_PASSWORD,
cscLink: process.env.CSC_LINK,
mac: {
target: [
target: [,
{
arch: ['arm64', 'x64'],
target: 'default',
arch: ['x64','arm64'],
},
],
publish: publishOptions,
Expand Down

0 comments on commit 4acac04

Please sign in to comment.