You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kinda. we introduced .cache directory, it is in .gitignore but electron-builder has its own list.
will PR a fix shortly
do we need both? (we effectively have two copies of go-ipfs.. why?)
I believe only unpacked version is used, because we want to have standalone ipfs[.exe] binary that could be used on PATH
It should be possible to exclude it from asar archive and add it back manually + adjust path (ideally, keep it the same), so only one copy is included (will save us 50MB+)
Our packages ballooned in size:
The main offender is
app.asar
, which in the past had similar size toapp.asar.unpacked
:and now seems to have more than it should:
For some reason
app.asar
includes entire project root, not justnode_modules/go-ipfs
Need to look into both, and see if we can make it smaller.
perhaps there is a bug in latestelectron-builder
.cache
directory, it is in.gitignore
butelectron-builder
has its own list.ipfs[.exe]
binary that could be used onPATH
asar
archive and add it back manually + adjust path (ideally, keep it the same), so only one copy is included (will save us 50MB+)The text was updated successfully, but these errors were encountered: