arboleya / electrify

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

my-electrified-app.exe can not start #69

Closed xiguichen closed 7 years ago

xiguichen commented 7 years ago

I tried this in windows 7 platform. I use meteor create command to create a simple project. electrify command works for me, it will start the app. But when use electrify package -o command to create the package, there is no error reported. There was a package created under there, but when start the my-electrified-app.exe in that directory, nothing happens. I could see the my-electrified-app.exe in the task manager, but nothing pop up. Is there something i missed or this is a bug in windows platform?