Electron-packager: my linux build takes up to 13GB

Created on 22 Sep 2015  路  2Comments  路  Source: electron/electron-packager

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.

needs info

Most helpful comment

Have you tried adding --ignore=dist ?

All 2 comments

Have you tried adding --ignore=dist ?

Oops. Thanks for pointing out.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

caishengmao picture caishengmao  路  3Comments

pushkin- picture pushkin-  路  4Comments

Write-Guy picture Write-Guy  路  3Comments

Bharwcb picture Bharwcb  路  5Comments

akcorp2003 picture akcorp2003  路  4Comments