electrify
electrify copied to clipboard
Strating up the app under OSX El Capitan
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
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
@arboleya any hints ?
Hi Gabriel, I've been too busy these days, also I don't have a partition running El Capitan.
In theory, it should work by double-clicking the generated .app
as well as running the Electron bin directly - as you've mentioned.
Have you tested it with another OS?