BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Remove (hacky) asar build step #44

Closed bhstahl closed 6 years ago

bhstahl commented 6 years ago

What

A combination of two events allow us to remove this step

  1. https://github.com/ipfs/js-ipfsd-ctl/commit/a44cb79eedebae6d6f5bf232279b73d5cbe4718b allows ipfsd-ctl to find the unpacked asar location
  2. Declaring go-ipfs-dep to be unpacked in electron-builder

Closes #14 Closes #40