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 13, 2019
1 parent be9b96b commit 5b4fc0d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 36 deletions.
Binary file added ..gitignore.un~
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_STORE
dist/
digocean*
3 changes: 3 additions & 0 deletions .gitignore~
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.DS_STORE
dist/
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.
30 changes: 0 additions & 30 deletions desktop/digocean

This file was deleted.

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 5b4fc0d

Please sign in to comment.