Skip to content

Commit

Permalink
Merge pull request #754 from vcync/next
Browse files Browse the repository at this point in the history
build: add macos universal binary for m1 and x64 (#753)
  • Loading branch information
2xAA authored Aug 13, 2022
2 parents fd4a0c0 + 6f064fc commit 7923408
Show file tree
Hide file tree
Showing 3 changed files with 686 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
]
},
"resolutions": {
"electron-builder": "22.9.1"
"electron-builder": "23.0.2"
}
}
7 changes: 6 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ module.exports = {
"This app requires camera access to record video.",
NSMicrophoneUsageDescription:
"This app requires microphone access to record audio."
}
},
target: {
target: "default",
arch: "universal"
},
singleArchFiles: "node_modules/grandiose/**"
},

dmg: {
Expand Down
Loading

0 comments on commit 7923408

Please sign in to comment.