Electron build: No native build was found for platform=linux arch=x64 runtime=electron abi=76 uv=1 libc=glibc
-
Hi,
I have a quasar electron app that works well in dev mode, and I’m trying to build it to redistribute.
However I can’t get it working. Either with electron-packager or electron-builder, I always get the same error message when launching the resulting .appimage :I tried with quasar 1.14, and CLI 1.x and 2.x, always the same result. Any ideas ?
-
what’s the output of
quasar info
?