Skip to content

Commit

Permalink
updated binaries and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
prismspecs committed Apr 8, 2019
1 parent be9b96b commit c7e1096
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,35 @@
npm start
```

## Create a binary
## Make a new public release

### Building the miner binaries

#### MacOS

```
cmake .. -DWITH_AEON=OFF -DWITH_HTTPD=OFF -DWITH_TLS=OFF
```

### Changes to Electron

Increment the version number found in `package.json` to make a new release.

### Create a BailBloc binary

```
npm run buildall
```

or
or

```
electron-builder --mac #or --windows or --linux
```

This will package up the app and stick it in the `dist` folder.

## Make a new public releaes
### Publish to GitHub

First generate a GitHub access token by going to [https://github.com/settings/tokens/new](https://github.com/settings/tokens/new).

Expand All @@ -44,5 +58,3 @@ npm run publish
```

This will create a draft of a github release at [https://github.com/thenewinquiry/bailbloc/releases](https://github.com/thenewinquiry/bailbloc/releases). Edit the draft to make the release public.

Please note: you must increment the version number found in `package.json` to make a new release.
Binary file modified desktop/miner_binaries/bailbloc_worker
Binary file not shown.
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bailbloc",
"version": "1.3.2",
"version": "1.3.4",
"description": "converts computational cycles in bail funds",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c7e1096

Please sign in to comment.