You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks wonderful, I've been trying and it almost work out of the box.
One weird behavior I've noticed is that if I double click the my-electrified-app.app app, it does run some electron container but nothing shows up.
If I run ./dist/my-electrified-app-darwin-x64/my-electrified-app.app/Contents/MacOS/Electron everything runs fine and the content shows up !
Thanks a lot !
Gabriel
INFO electrify:index: initializing
INFO electrify:plugins: use mongodb
INFO electrify:plugins: use nodejs
INFO electrify:plugins: use socket
INFO electrify:app: bundling app
INFO electrify:scaffold: ensuring basic structure
INFO electrify:plugins: ensuring electrify dependencies
INFO electrify:plugins: load configured plugins []
INFO electrify:plugins: acquire
INFO electrify:plugins:mongodb: mongo already acquired, moving on
INFO electrify:plugins:mongodb: mongod already acquired, moving on
INFO electrify:plugins:nodejs: nodejs already acquired, moving on
INFO electrify:plugins:socket: nothing to acquire, skipping
INFO electrify:app: bundling meteor
INFO electrify:app: ensuring meteor dependencies
INFO electrify:electron: packaging "my-electrified-app" for platform darwin-x64 using electron v0.35.6
Packaging app for platform darwin x64 using electron v0.35.6
INFO electrify:electron: wrote new app to /server/.electrify/.dist
The text was updated successfully, but these errors were encountered:
Hello !
This looks wonderful, I've been trying and it almost work out of the box.
One weird behavior I've noticed is that if I double click the
my-electrified-app.app
app, it does run some electron container but nothing shows up.If I run
./dist/my-electrified-app-darwin-x64/my-electrified-app.app/Contents/MacOS/Electron
everything runs fine and the content shows up !Thanks a lot !
Gabriel
The text was updated successfully, but these errors were encountered: