Skip to content

Commit 6f180c6

Browse files
authored
feat: apple silicon universal support (#2170)
1 parent 1b9160e commit 6f180c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • workspaces/desktop-release-action/src

workspaces/desktop-release-action/src/macos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const disableSpotlightIndexing = (): Promise<void> =>
99
);
1010

1111
export const packOnMacOS = (): Promise<void> =>
12-
runElectronBuilder(`--mac`, {
12+
runElectronBuilder(`--mac --universal`, {
1313
CSC_LINK: core.getInput('mac_csc_link'),
1414
CSC_KEY_PASSWORD: core.getInput('mac_csc_key_password'),
1515
IS_PULL_REQUEST: 'false',

0 commit comments

Comments
 (0)