Skip to content

Commit 6bb2921

Browse files
authored
Add -dmg switch to macdeployqt (#141)
1 parent 49a0e51 commit 6bb2921

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/darwin/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export async function runMacDeployQt({
6464
`${appName}.app`,
6565
"-verbose=3",
6666
`-libpath=${qode.qtHome}`,
67+
'-dmg',
6768
...addonCommands(allAddons),
6869
];
6970

0 commit comments

Comments
 (0)