Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #20 from PBSA/0.1.4
Browse files Browse the repository at this point in the history
0.1.4
  • Loading branch information
KeeganPBSA authored Jul 24, 2018
2 parents 862b270 + 01dade4 commit b3e2393
Show file tree
Hide file tree
Showing 15 changed files with 16,957 additions and 4,793 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ npm run release
The exectuable will appear within the "releases" folder within the "electron" folder.

### Building the Executable for Linux

If building on a mac the following command are required in order to produce the linux build
```
brew install dpkg fakeroot
```

```
cd web; npm run electron
cd ../electron/node_modules/electron-prebuilt; rm -rf dist
Expand Down
Loading

0 comments on commit b3e2393

Please sign in to comment.