arboleya / electrify

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

Moving package dist to another folder breaks launch #39

Closed AlexDel closed 8 years ago

AlexDel commented 8 years ago

Hello! Sorry for my meteor incompetence, but I have some issue:

I built my app on Win10, launched the exe file and it worked perfectly. But when I move the packaged directory to another folder in my computer and try to run exe there, the project refuse to launch.

Could you please comment upon possible causes of this or provide some hints on how to fix it.

Thanks!

arboleya commented 8 years ago

Hello @AlexDel, did you manage to get it working?

AlexDel commented 8 years ago

Hello @arboleya Yes, the issue was that we used some npm dependencies that were not installed automatically. Manual installation fixed the case.