Skip to content

Commit b698978

Browse files
committed
fixup: changed createDMG invocation
1 parent 3c404a0 commit b698978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hadron-build/lib/target.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ class Target {
623623
);
624624
}
625625

626-
const createDMG = require('electron-installer-dmg');
626+
const { createDMG } = require('electron-installer-dmg');
627627
await createDMG(this.installerOptions);
628628

629629
if (isNotarizationPossible) {

0 commit comments

Comments
 (0)