Electrify seems to spawn a windows app that runs fine, but when packaged, the resulting executable under Windows 10 x64 does not render.
The underlying meteor app (even when run with electrify) seems to function perfectly in all other respects.
I have tried numerous varieties of configuration options and deploy locations but it seems to be the same, the electrify command works perfectly, but the deployed app spawns 2 processes of Electron processes (3.7 MB and 25.4 MB) but no window is ever visible.
The same thing seems to happen on Windows XP x32, app outputs, executable does not render... but an app window can be spawned by just running electrify and it seems to work perfectly.
No errors or warnings are issued when electrify package is run, and this occurs.
Thank you.
Electrify seems to spawn a windows app that runs fine, but when packaged, the resulting executable under Windows 10 x64 does not render.
The underlying meteor app (even when run with electrify) seems to function perfectly in all other respects.
I have tried numerous varieties of configuration options and deploy locations but it seems to be the same, the electrify command works perfectly, but the deployed app spawns 2 processes of Electron processes (3.7 MB and 25.4 MB) but no window is ever visible.
The same thing seems to happen on Windows XP x32, app outputs, executable does not render... but an app window can be spawned by just running electrify and it seems to work perfectly.
No errors or warnings are issued when electrify package is run, and this occurs.
Thank you.