automation-stack / electron-sudo

Electron subprocesses with administrative privileges, prompting the user with an OS dialog if necessary.
MIT License
383 stars 55 forks source link

Fixed build script calls, deprecation warnings #59

Open PearlDragon opened 6 years ago

PearlDragon commented 6 years ago

Fixed a couple of package.json problems with missing node calls closes automation-stack/electron-sudo#58

replaced asynchronous unlink calls with synchronous versions since the async versions require callbacks that we can't easily set. fixed deprecation warnings on unlink due to missing callback.