Closed zN3utr4l closed 1 month ago
Sometimes an extra line comes out:
App • WAIT • Bundling app with electron/packager...
Packaging app for platform win32 x64 using electron v32.0.1
Same underlying problem as for https://github.com/quasarframework/quasar/issues/17365
What happened?
I'm trying to build my quasar project with electron, when I run
yarn quasar dev -m electron '--' --no-sandbox --disable-setuid-sandbox --https
everything is fine, but if I runyarn quasar build -m electron '--' --https
, the electron build stops without any information.Only these files are generated:
What did you expect to happen?
electron exe
Reproduction URL
https://codepen.io/rstoenescu/pen/xxEvBLR
How to reproduce?
.
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Electron Mode
Platforms/Browsers
Electron
Quasar info output
Relevant log output
Additional context
No response