arboleya / electrify

Package your Meteor apps with Electron, and butter
MIT License
247 stars 52 forks source link

If you put your project in a folder called "app", it will not work. #20

Closed AlexFrazer closed 8 years ago

AlexFrazer commented 8 years ago

Eg:

app/
  .meteor/
  client/
  server/
  lib/
README.md

This won't work.

arboleya commented 8 years ago

I can imagine how this would happen, gonna check it.

Out of curiosity, are you trying electron-builder?

challett commented 8 years ago

I can confirm this. Package was not working until I renamed my folder

arboleya commented 8 years ago

Should be fixed in 2.0.0 - check out the new API / usage in project README.

Please re-open in case of any problem.