frntl / frontal

DISCONTINUED: Markdown powered presentation tool build on Electron / Node.js still WIP
http://frontal.io/
MIT License
6 stars 0 forks source link

building with electron-builder #60

Closed ff6347 closed 8 years ago

ff6347 commented 8 years ago

Running into issues with that. An example for single package.json should be https://github.com/nodejs/installer/blob/master/package.json

ff6347 commented 8 years ago

Building with 2 package.json might be the solution. Even though it holds some extra steps. See https://github.com/electron-userland/electron-builder/issues/39 it will rebuild native moduls on the fly

ff6347 commented 8 years ago

done