There was an error while loading. Please reload this page.
1 parent 1b9160e commit 6f180c6Copy full SHA for 6f180c6
1 file changed
workspaces/desktop-release-action/src/macos.ts
@@ -9,7 +9,7 @@ export const disableSpotlightIndexing = (): Promise<void> =>
9
);
10
11
export const packOnMacOS = (): Promise<void> =>
12
- runElectronBuilder(`--mac`, {
+ runElectronBuilder(`--mac --universal`, {
13
CSC_LINK: core.getInput('mac_csc_link'),
14
CSC_KEY_PASSWORD: core.getInput('mac_csc_key_password'),
15
IS_PULL_REQUEST: 'false',
0 commit comments