ElectronAngular icon indicating copy to clipboard operation
ElectronAngular copied to clipboard

Build task "gulp build-electron" fails on "manifest.name"

Open FlipOneDev opened this issue 10 years ago • 1 comments

Either document that "gulp build-electron" must first be preceded by "gulp build" or integrate the "build" task into the "build-electron" task.

FlipOneDev avatar Oct 04 '15 15:10 FlipOneDev

you should replace

manifest = appDir.read('./package.json', 'json');

by

manifest = projectDir.read('./package.json', 'json');

Niahm avatar Dec 31 '15 10:12 Niahm