electron-userland / electron-installer-dmg

Create DMG installers for your electron apps using appdmg.
https://github.com/electron-userland/electron-installer-dmg
Apache License 2.0
316 stars 39 forks source link

fix(types): include `@types/appdmg` in prod dependencies #213

Closed erickzhao closed 2 months ago

erickzhao commented 2 months ago

Now that we're exporting types from this package, we need to also export @types/appdmg since that type is used in the additionalDMGOptions property of ElectronInstallerDMGOptions.