Electron - built app crashes at startup on mac (Quasar dev ok)
-
Hello,
I’ve built an electron app with Quasar. I’m able to run it in dev mode (running
quasar dev -m electron
) but when i build my app (runningquasar build -m electron
) the apps crashes at startup with no error message at all.Have you ever faced this before ?
Thank you
-
I experienced an inability to build an app for electron until I installed unit tests. Could be related? Probably not, though.