electron-userland / electron-installer-dmg

Create DMG installers for your electron apps using appdmg.

Home Page:https://github.com/electron-userland/electron-installer-dmg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

os.tmpDir() is deprecated

jamieweavis opened this issue · comments

commented

When running electron-installer-dmg, the following deprecation warning is displayed:
DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.