Skip to content

Commit

Permalink
chore: Include x64 and arm64 architectures for Mac target in build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 14, 2024
1 parent 665a45e commit 0581b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const main = async () => {
cscKeyPassword: process.env.CSC_KEY_PASSWORD,
cscLink: process.env.CSC_LINK,
mac: {
target: [,
target: [
{
target: 'default',
arch: ['x64','arm64'],
Expand Down

0 comments on commit 0581b05

Please sign in to comment.