Skip to content

Commit

Permalink
feat(config): add more archs for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Jan 27, 2022
1 parent 3f730a9 commit 994b812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ module.exports = {
target: [
{
target: 'dmg',
arch: 'universal',
arch: ['universal', 'x64', 'arm64'],
},
{
target: 'pkg',
arch: 'universal',
arch: ['universal', 'x64', 'arm64'],
},
{
target: 'zip',
arch: 'universal',
arch: ['universal', 'x64', 'arm64'],
},
],
},
Expand Down

0 comments on commit 994b812

Please sign in to comment.