electron-sudo icon indicating copy to clipboard operation
electron-sudo copied to clipboard

Fixed build script calls, deprecation warnings

Open PearlDragon opened this issue 7 years ago • 0 comments

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.

PearlDragon avatar Jan 12 '18 18:01 PearlDragon