We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a0e51 commit 6bb2921Copy full SHA for 6bb2921
1 file changed
src/darwin/helpers.ts
@@ -64,6 +64,7 @@ export async function runMacDeployQt({
64
`${appName}.app`,
65
"-verbose=3",
66
`-libpath=${qode.qtHome}`,
67
+ '-dmg',
68
...addonCommands(allAddons),
69
];
70
0 commit comments