Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/electron-builder-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const runBuilder = function (wrapperConfig, target) {
if (target.platform === 'darwin') {
allArgs.push(`--c.mac.type=${wrapperConfig.mode === 'dist' ? 'distribution' : 'development'}`);
// this needs to be built on an arm64 mac, in order for the executable to be able
// to run on both x86-64 and arm64 architectures.
// to run on both x86-64 and arm64 architectures.
allArgs.push('--universal');
if (target.name === 'mas-dev') {
allArgs.push(`--c.mac.provisioningProfile=${masDevProfile}`);
Expand Down