aragon / aragon-desktop

(Aragon 1) Managing an decentralized organization on a desktop near you
GNU General Public License v3.0
37 stars 17 forks source link

fix: allow IPFS to add packaged files by disabling asar #55

Closed sohkai closed 5 years ago

sohkai commented 5 years ago

Fixes adding the pre-bundling Aragon client to IPFS, as IPFS can't read into the ASAR package.

Disabling ASAR basically open sources the code for each user (which it already is lol), and has a very slight performance disadvantage on require()s (not a big deal; we don't have a lot of files).