docs and some cleanup for copay native binaries builds
This commit is contained in:
parent
c05895f879
commit
ad681c7344
6 changed files with 45 additions and 5 deletions
13
README.md
13
README.md
|
|
@ -88,6 +88,19 @@ Once this script has completed, you can launch the shell-based Copay by running:
|
|||
npm run shell
|
||||
```
|
||||
|
||||
## Building Native Shell Binaries/Installers (OSX)
|
||||
|
||||
```
|
||||
npm run dist
|
||||
```
|
||||
|
||||
This script will download atom shell binaries and combine them with Copay sources
|
||||
to build a DMG for osx-x64, an installer EXE for win32, and a .tar.gz for linux-x64.
|
||||
It was developed to be run on OSX. The outputs are copied to the dist directory.
|
||||
|
||||
DMG is created with hdiutil
|
||||
EXE is created with makensis (brew install makensis)
|
||||
|
||||
## Tests
|
||||
|
||||
Open test/index.html in your browser to test the models. Install and run karma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue