whphhg / vcash-electron

Multi-platform and multi-node GUI for Vcash.
GNU General Public License v3.0
38 stars 18 forks source link

Travis CI build fails on macOS #34

Closed whphhg closed 6 years ago

whphhg commented 6 years ago

The first Travis CI job log shows the build of the master branch failing with Error: Cannot find module '7zip-bin-mac'.

I haven't ran into that error while building in the VM, and I've recently had issues getting it to start, so I will merge #29 before testing this, as it has updated electron-builder that might work out of the box.

whphhg commented 6 years ago

Looks like the updated electron-builder@19.55.2 did the trick. Build 6 was successful for both Linux and macOS (https://travis-ci.org/openvcash/vcash-electron/builds/333281889).

Waiting for the latest build with babel step included. If it's successful I'll close this issue.

Edit: the latest build passed for both OS (https://travis-ci.org/openvcash/vcash-electron/builds/333286197).