-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add keygen binary to node dist (to Anemone) (#848)
This PR adds a `keygen` (Unix) and `keygen.bat` (Windows) binaries from the `:keygen` subproject to `:core`'s output distribution zip. It also adds `keygen` as a dependency to `core`. The resultant dist zip will contain all four files in its `bin` folder: ``` ├── bin │ ├── core │ ├── core.bat │ ├── keygen │ └── keygen.bat └── lib ``` This will remove the need to use a keygen docker image when setting up a node (e.g. if one doesn't want to use docker).
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters