Mac and windows build work just fine. But the linux build is eating up my ssd.
electron-packager ./ Flarx --out=dist --platform=linux --arch=ia32 --version=0.33.0 --icon=assets/linux/icon.ico
All the mess comes from the resulting resources directory in the output, which contains a copy of my entire project.
Have you tried adding --ignore=dist ?
Oops. Thanks for pointing out.
Most helpful comment
Have you tried adding
--ignore=dist?